Upload a file to StorageSync
This step assumes you have followed the installation steps and initialized the client.
If you are looking for a way to allow users to upload objects directly to your bucket, you should check out Put Object with Presigned url
Generally if you are uploading a file over 100mb, you should consider using Multipart Uploads
The example belows shows how we would upload an object called list-of-cats.txt to our buckets.
Upload a file to StorageSync
This step assumes you have followed the installation steps and initialized the client.
If you are looking for a way to allow users to upload objects directly to your bucket, you should check out Put Object with Presigned url
Generally if you are uploading a file over 100mb, you should consider using Multipart Uploads
The example belows shows how we would upload an object called list-of-cats.txt to our buckets.