1. Introduction
Description: This extension is for using AWS S3 and similar Storage Services such as DigitalOcean Spaces.
Latest Version: 1
Released: 2023-05-04T18:30:00Z
Last Updated: 2023-05-04T18:30:00Z
2. Blocks
3.Docs
Click to read
BucketCreated
Event raised after bucket is created
bucketName | text
BucketDeleted
Event raised after bucket is deleted and returns result
successful | boolean
DownloadProgressChanged
Event raised when downloading progress changes
progress | number
FileDeleted
Event raised after file is deleted and returns result
successful | boolean
FileDownloaded
Event raised after file is downloaded
filePath | text
FileUploaded
Event after when file uploading gets completed
key | text
fileUrl | text
GotBucketsList
Event raised after buckets list is obtained
buckets | list
GotError
Event raised when any error occurs
methodName | text
errorMessage | text
GotObjectsList
Event raised after objects list is obtained
objects | list
ObjectCopied
Event raised after object is copied
successful | boolean
UploadProgressChanged
Event raised when uploading progress changes
progress | number
CopyObject
Copies an object from one bucket to another
fromBucket | text
fromFileName | text
toBucket | text
toFileName | text
CreateBucket
Creates a new bucket
bucketName | text
DeleteBucket
Tries to delete given bucket
bucketName | text
DeleteFile
Tries to delete file from given bucket
bucketName | text
fileName | text
DownloadFile
Downloads file from given bucket
bucketName | text
fileName | text
localFilePath | text
GetObjectsList
Tries to get objects list from given bucket
bucketName | text
Init
Initializes AmazonS3 Client
accessKey | text
secretKey | text
ListBuckets
Tries to get buckets list
UploadFile
Uploads file to the given bucket
bucketName | text
filePath | text
remoteFileName | text
Region
Sets S3 region
Property Type : write-only
Accepts : text
4. Purchase
You can pay via PayPal.
To pay via UPI, please PM me.
After payment, contact me to get the aix.
Hope it helps!