We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The entire process needs more documentation. The readme also needs love.
The required keys
prefs = { 'bucket': os.environ.get('bucket_name'), 'region': os.environ.get('AWS_REGION'), }
The following extra prefs need better documentation when using the non-mac platform option.
'ExtraArgs': { 'ACL': 'public-read', 'StorageClass': 'REDUCED_REDUNDANCY', 'Metadata': { 'Cache-Control': '86400', }, }, 'default_class': 'REDUCED_REDUNDANCY', 'default_age': '86400', 'catalogs_age': '120', 'manifests_age': '120',
The text was updated successfully, but these errors were encountered:
clburlison
No branches or pull requests
The entire process needs more documentation. The readme also needs love.
The required keys
The following extra prefs need better documentation when using the non-mac platform option.
The text was updated successfully, but these errors were encountered: