This is currently supported for buckets located in the US and APAC (ap-southeast-1).
We do NOT follow how AWS does authentication — hence, you MUST NOT use the existing AWS SDK or CLI to generate presigned URLs. Otherwise, you will expose your API key to the public.
Examples
Considering8f0nh1jk8qvf as an example of a presigned URL token, you can perform the following actions:
Downloading an object using a presigned URL
Uploading an object using a presigned URL
a-new-object.bin is the file you want to upload in my-bucket. If the object already exists, it will be overwritten.