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
Bucket ACL - READ: anon public/not public auth with key access/no access
Object ACL - READ: anon public/not public auth with key access/no access
May be temporary key with expire date. Like in S3.
Some mix of rules - bucket is private but some objects within are not and vice versa.
As far as I could understand now we have only simple auth check for bucket (ughh namespace).
Could we suggest it to fulfill roadmap if any ))
Its kinda sad that it's not compatible with S3. We have plenty of tools available like Bucket explorer, Bucket commander, Bucket smth and other stuff. Python Boto, alot of bindings for every language imagined. Fast integration into existing infrastructure hardly possible especially with lack of documentation. Just thoughts though ))
The text was updated successfully, but these errors were encountered:
Buckets are kind of 'acl-with-single-auth-entry', there could be a list of tokens I believe instead of one token per bucket.
Expiring keys are not supported, although they can be implemented manually with appropriate secondary indexes. s3 api is not supported yet, but we think about it
As far as I could understand now we have only simple auth check for bucket (ughh namespace).
Could we suggest it to fulfill roadmap if any ))
The text was updated successfully, but these errors were encountered: