How can I check if my bucket is private?
    • 19 Dec 2023
    • 1 Minute to read
    • PDF

    How can I check if my bucket is private?

    • PDF

    Article summary

    S3 buckets in Wasabi are created “private” by default. That means that bucket contents can be accessed, downloaded, or written to by sub-users who have appropriate permissions assigned to them via IAM policy or ACLs.

    Customers may test to confirm that their respective buckets are “private” and simply enter the bucket URL in a new browser session.

    All S3 buckets in Wasabi have a predictable URL, that looks like this:  

    https://s3.us-east-1.wasabisys.com/[bucket_name]  or 
    https://[bucket_name].s3.us-east-1.wasabisys.com/

    Note that the above example discusses the bucket URL in Wasabi's us-east-1 storage region. Please use the appropriate Wasabi service URL as described in this article for buckets residing in other Wasabi regions.

    A private bucket that is NOT open to public access via Internet will return Access Denied: 

    privatebucketimage.jpg

     

    How can I check if my bucket is public?

    S3 bucket is typically considered “public” if any user can access the bucket and successfully list its contents of the bucket. A public bucket will list all of its objects and prefixes to any user that sends a request. 

    Customers may test to confirm that their respective buckets are “public” and simply enter the bucket URL in a new browser session. 

    All S3 buckets in Wasabi have predictable URL that looks like this:

    https://s3.us-east-1.wasabisys.com/[bucket_name] or 
    https://[bucket_name].s3.us-east-1.wasabisys.com/

    Note that the above example discusses the bucket URL in Wasabi's us-east-1 storage region. Please use the appropriate Wasabi service URL as described in this article for buckets residing in other Wasabi regions.

    A public bucket will return the first 1,000 objects that have been stored.  

    publicbucketimage.jpg