[PAID] AwsS3Client: Extension to use Amazon S3 [$10 or INR 701]

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

image

image

image

3.Docs

Click to read

BucketCreated

Event raised after bucket is created
Params

bucketName | text


BucketDeleted

Event raised after bucket is deleted and returns result
Params

successful | boolean


DownloadProgressChanged

Event raised when downloading progress changes
Params

progress | number


FileDeleted

Event raised after file is deleted and returns result
Params

successful | boolean


FileDownloaded

Event raised after file is downloaded
Params

filePath | text


FileUploaded

Event after when file uploading gets completed
Params

key | text
fileUrl | text


GotBucketsList

Event raised after buckets list is obtained
Params

buckets | list


GotError

Event raised when any error occurs
Params

methodName | text
errorMessage | text


GotObjectsList

Event raised after objects list is obtained
Params

objects | list


ObjectCopied

Event raised after object is copied
Params

successful | boolean


UploadProgressChanged

Event raised when uploading progress changes
Params

progress | number


CopyObject

Copies an object from one bucket to another
Params

fromBucket | text

fromFileName | text

toBucket | text

toFileName | text


CreateBucket

Creates a new bucket
Params

bucketName | text


DeleteBucket

Tries to delete given bucket
Params

bucketName | text


DeleteFile

Tries to delete file from given bucket
Params

bucketName | text

fileName | text


DownloadFile

Downloads file from given bucket
Params

bucketName | text

fileName | text

localFilePath | text


GetObjectsList

Tries to get objects list from given bucket
Params

bucketName | text


Init

Initializes AmazonS3 Client
Params

accessKey | text

secretKey | text


ListBuckets

Tries to get buckets list

UploadFile

Uploads file to the given bucket
Params

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!

5 Likes