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
I was trying to go through the source code but it wasn't immediately clear if it was possible to check if a container is private or not (using the SDK).
When using swift command stat on a container, the following difference is observed
public container
Read ACL: .r:*,.rlistings
private container
Read ACL:
on newly created containers where permissions have not been adjusted. This allows for one to figure out if a container is private or not.
Is it possible to get this property on the container through the SDK? Executing getMetadata() on the container only provides one key (for Temp-Url-Key).
It would be great to get some insight on this.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to go through the source code but it wasn't immediately clear if it was possible to check if a container is private or not (using the SDK).
When using
swift
commandstat
on a container, the following difference is observedon newly created containers where permissions have not been adjusted. This allows for one to figure out if a container is private or not.
Is it possible to get this property on the container through the SDK? Executing
getMetadata()
on the container only provides one key (forTemp-Url-Key
).It would be great to get some insight on this.
Thanks!
The text was updated successfully, but these errors were encountered: