Wasabi
communityHot cloud storage with S3-compatible API. No egress fees, 1/5 the price of AWS S3.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://s3.wasabisys.com/List storage buckets
Returns
Buckets[] with Name, CreationDateGET
https://s3.wasabisys.com/{bucket}List objects in a bucket
Parameters
bucketbucket name (stringrequiredprefixpath prefix (stringoptionalmax-keysmax results (integeroptionalReturns
Contents[] with Key, LastModified, Size, StorageClass, ETagHEAD
https://s3.wasabisys.com/{bucket}/{key}Get object metadata
Parameters
keyobject key (stringrequiredbucketbucket name (stringrequiredReturns
Content-Length, Content-Type, Last-Modified, ETag, x-amz-meta-* headers