This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
forked from django-extensions/django-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync_s3: enable syncing to other cloud providers compatible with s3
* added '--s3host' and '--acl' options * instead of using key.set_acl, 'policy' keyword argument in set_contents_from_string was used (this approach is inspired by django-storages) * get_s3connection_kwargs added for easier overriding/extending * docs updated and extended * additionaly: found typos corrected
- Loading branch information
Wiktor Kolodziej
committed
Dec 26, 2013
1 parent
e65b5f4
commit 1c921fd
Showing
3 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters