A simple Django storage backend for aliyun oss2.
Project description
# Django Aliyun OSS2 Storage
### Django storage for [阿里云 OSS2](https://www.aliyun.com/product/oss/?spm=5176.383338.201.42.WB7sGd)
## Install
pip install django-aliyun-oss2-storage
## Configurations
Django Aliyun OSS2 Storage 需要以下几个配置才能正常工作。这些配置通过可以环境变量或 settings.py 来设置。环境变量的优先级要高于 settings.py 。BUCKET_NAME`是Bucket的名字,如果该bucket不存在,程序会自动创建。`BUCKET_ACL_TYPE`用于设置Bucket的权限,可以设置为`private, public-read`和 `public-read-write。
`python ACCESS_KEY_ID = "40ZhE1HyuWdllpMh" ACCESS_KEY_SECRET = "KbxtlKSvKyuyuymTiQvrxhsYFMguXy" END_POINT = "oss-us-west-1.aliyuncs.com" BUCKET_NAME = "XXXX" ALIYUN_OSS_CNAME = "" # 自定义域名,如果不需要可以不填写 BUCKET_ACL_TYPE = "private" # private, public-read, public-read-write `
## Usage
在 settings.py 里设置 DEFAULT_FILE_STORAGE :
`python # mediafile将自动上传 DEFAULT_FILE_STORAGE = 'aliyun_oss2_storage.backends.AliyunMediaStorage' # staticfile将自动上传 STATICFILES_STORAGE = 'aliyun_oss2_storage.backends.AliyunStaticStorage' `
## License
基于MIT许可证发布
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django3-aliyun-oss2-storage-0.1.3.tar.gz
.
File metadata
- Download URL: django3-aliyun-oss2-storage-0.1.3.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a965c8afda11d808fc081818dd56b9a0431b72292335c96b23e78ee30e8461a2 |
|
MD5 | 38c7a07d12c271692e05dc94ae12fbc8 |
|
BLAKE2b-256 | 53c0d262a1b5b1e95a153eb62426d4d3b49855fb4e4bb4b785600c7a16a4bbd8 |
File details
Details for the file django3_aliyun_oss2_storage-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: django3_aliyun_oss2_storage-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31c09cdd04bb53a299ac43f6895a13dba8fbe108fb6f7be26c985be733fd7434 |
|
MD5 | 714a9e61c712819a2c0b1f1bd38b60a1 |
|
BLAKE2b-256 | 3567be3de01eca386fd7485cb3b30bfdd5f6a33502fe5c8deec6c477e568347c |