Skip to content
New issue

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

Document non-mac running #8

Open
clburlison opened this issue Jul 29, 2017 · 0 comments
Open

Document non-mac running #8

clburlison opened this issue Jul 29, 2017 · 0 comments
Assignees

Comments

@clburlison
Copy link
Owner

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',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant