🪣S3-Compatible API
Last updated
Last updated
The Protobox S3-compatible API endpoint URL is:
Protobox currently supports the following S3 API actions:
Action | Function |
---|---|
Additional documentation regarding the topics mentioned on this page can be found via our External References.
If you need assistance or have feature suggestions, please reach out to us at team@protobox.xyz
CreateBucket
Creates a new S3 bucket. See here for bucket naming conventions.
DeleteBucket
Deletes the S3 bucket. All objects in a bucket must be deleted before the bucket itself can be deleted.
DeleteObject
Removes the specified object.
GetObject
Retrieves objects from S3.
HeadObject
This command will return the metadata of the file if it exists. If the file does not exist, the command will return an error message.
ListBuckets
Lists all of the buckets you own.
ListObjects
Returns some or all (up to 1,000) of the objects in a bucket.
PutObject
Adds an object to a specifed bucket.