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

Add settings.BOTO_S3_KEY_PREFIX #13

Open
radeksimko opened this issue May 16, 2014 · 0 comments
Open

Add settings.BOTO_S3_KEY_PREFIX #13

radeksimko opened this issue May 16, 2014 · 0 comments

Comments

@radeksimko
Copy link
Contributor

As number of buckets per account is limited, I believe many people will strive to use prefixes and keep related content in the same bucket.

Therefore I think an option for setting a prefix which can be used throughout the app might be handy.

Then you wouldn't have to call all the S3Storage methods (delete, exists, listdir, size, url ...) with concatenated name, but there might be just a helper for the key name.

I can send a pull request for this, but before I do that is there any idea why not doing that - any feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant