How do I allow other users to upload objects to a bucket on my account?

Expert

How do I allow other users to upload objects to a bucket on my account?

Answers 2

You can allow others to upload objects to a bucket on your Filebase account through pre-signed URLs. If you haven't used AWS CLI before, see here for our guide on configuring and getting started using AWS CLI: https://docs.filebase.com/configurations/cli-tools-and-resources/cli-tools/aws-cli

To create a pre-signed URL with AWS CLI: aws s3 --endpoint https://s3.filebase.com presign s3://filebase-bucket-name/file.name

For more information on pre-signed URLs, check out our documentation here: https://docs.filebase.com/api-documentation/pre-signed-urls

You can allow others to upload objects to a bucket on your Filebase account through pre-signed URLs. If you haven't used AWS CLI before, see here foguide on configuring and getting started using AWS CLI. To create a pre-signed URL with AWS CLI: aws s3 --endpoint https://s3.filebase.com presign s3://filebase-bucket-name/file.name