Typescript / Javascript
Upload
Upload a file to StorageSync
This step assumes you have followed the installation steps and initialized the client.
Presigned Urls
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
File size over 100mb
Generally if you are uploading a file over 100mb, you should consider using Multipart Uploads
Upload a File/Object using the SDK
The example belows shows how we would upload an object called list-of-cats.txt to our buckets.
index.ts