Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 11, 2022 17:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save brunomichetti/9932aa320f693f27b60bbbe6d9ec9d30 to your computer and use it in GitHub Desktop.
# your settings file
S3DIRECT_DESTINATIONS = {
'example_destination': {
'key': 'images/example-images/',
'region': AWS_S3_REGION_NAME,
'acl': 'private',
'allow_existence_optimization': False,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment