Amplify SDK for Sirv S3
On this page
If you use Amplify to build mobile apps, you can also use Amplify to manage files in your Sirv S3 bucket.
AWS SDK
Use the SDK to:
- Upload files
- Download files
- Query a folders' contents
- Check if a file exists
- Fetch image meta data (Exif)
- Create folders
- Move files
- Copy files
- Rename files
- Delete file
If you need help with Amplify JavaScript code for the functions above, please contact the Sirv support team.
REST API
Alternatively, you may prefer to use Sirv's REST API to upload, download, search and manage your files. The REST API is easy to use, with over 30 methods for common functions.