You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: