s3 guillotina storage support
Project description
.. contents::
GUILLOTINA_S3STORAGE
====================
S3 blob storage for guillotina.
Example config.json:
"utilities": [{
"provides": "guillotina_s3storage.interfaces.IS3BlobStore",
"factory": "guillotina_s3storage.storage.S3BlobStore",
"settings": {
"aws_client_id": "<client id>",
"aws_client_secret": "<client secret>",
"endpoint": null,
"ssl": True,
"verify_ssl": null,
"region_name": null
}
}]
1.0.12 (2017-06-18)
-------------------
- Be able to provide more s3 connection options
[vangheem]
1.0.11 (2017-06-15)
-------------------
- Guess content type if none provided when downloading file
[vangheem]
1.0.10 (2017-06-14)
-------------------
- Be able to customize content disposition header of file download
[vangheem]
1.0.9 (2017-06-12)
------------------
- Make all network activity async
[vangheem]
- Rename S3BlobStore.get_bucket to coroutine:S3BlobStore.get_bucket_name
[vangheem]
- Rename S3BlobStore.session renamed to S3BlobStore._s3aiosession
[vangheem]
1.0.8 (2017-05-19)
------------------
- Provide iterate_bucket method
[vangheem]
- provide method to rename object
[vangheem]
- Use keys that use the object's oid
[vangheem]
1.0.7 (2017-05-02)
------------------
- Make sure to write to object when uploading
[vangheem]
1.0.6 (2017-05-01)
------------------
- Fix reference to _md5hash instead of _md5 so serializing works
[vangheem]
1.0.5 (2017-05-01)
------------------
- Fix bytes serialization issue
[vangheem]
1.0.4 (2017-05-01)
------------------
- Do not inherit from BaseObject
[vangheem]
1.0.3 (2017-05-01)
------------------
- S3File can take more all arguments in constructor now
[vangheem]
1.0.2 (2017-04-26)
------------------
- utility needs to be able to take loop param
[vangheem]
1.0.1 (2017-04-25)
------------------
- Compabilities with latest aiohttp
[vangheem]
1.0.0 (2017-04-24)
------------------
- initial release
GUILLOTINA_S3STORAGE
====================
S3 blob storage for guillotina.
Example config.json:
"utilities": [{
"provides": "guillotina_s3storage.interfaces.IS3BlobStore",
"factory": "guillotina_s3storage.storage.S3BlobStore",
"settings": {
"aws_client_id": "<client id>",
"aws_client_secret": "<client secret>",
"endpoint": null,
"ssl": True,
"verify_ssl": null,
"region_name": null
}
}]
1.0.12 (2017-06-18)
-------------------
- Be able to provide more s3 connection options
[vangheem]
1.0.11 (2017-06-15)
-------------------
- Guess content type if none provided when downloading file
[vangheem]
1.0.10 (2017-06-14)
-------------------
- Be able to customize content disposition header of file download
[vangheem]
1.0.9 (2017-06-12)
------------------
- Make all network activity async
[vangheem]
- Rename S3BlobStore.get_bucket to coroutine:S3BlobStore.get_bucket_name
[vangheem]
- Rename S3BlobStore.session renamed to S3BlobStore._s3aiosession
[vangheem]
1.0.8 (2017-05-19)
------------------
- Provide iterate_bucket method
[vangheem]
- provide method to rename object
[vangheem]
- Use keys that use the object's oid
[vangheem]
1.0.7 (2017-05-02)
------------------
- Make sure to write to object when uploading
[vangheem]
1.0.6 (2017-05-01)
------------------
- Fix reference to _md5hash instead of _md5 so serializing works
[vangheem]
1.0.5 (2017-05-01)
------------------
- Fix bytes serialization issue
[vangheem]
1.0.4 (2017-05-01)
------------------
- Do not inherit from BaseObject
[vangheem]
1.0.3 (2017-05-01)
------------------
- S3File can take more all arguments in constructor now
[vangheem]
1.0.2 (2017-04-26)
------------------
- utility needs to be able to take loop param
[vangheem]
1.0.1 (2017-04-25)
------------------
- Compabilities with latest aiohttp
[vangheem]
1.0.0 (2017-04-24)
------------------
- initial release
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
Close
Hashes for guillotina_s3storage-1.0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e311876d0ac3bd547c3054393b340f3cf167a718280d0d7b8a62869923b2c0bb |
|
MD5 | 4ff719cb109fd0c71fb15b38acbee32c |
|
BLAKE2b-256 | 3c2d238dc0ac940593621544255da5b4d13ac7aba9b9791a5da2e070f7c9bd08 |
Close
Hashes for guillotina_s3storage-1.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a99a5e76b615a432328f280952226a574693de5c94276c8062b825a2422e00e |
|
MD5 | 082ae51bbbbbc241b353115e704bde5c |
|
BLAKE2b-256 | 05ed9ab7c1a9ce41d73f564074e6bdd68f3802afd0075f2f466f66e966f3c01c |