Version 1.0
Connector Overview: This page documents all 6 actions for the Awss3 v1.0.
General (6)
GET Get Items
/listObjects
Retrieve a list of all objects (files) stored in the S3 bucket. Use this action to get an overview of available assets.
DELETE Delete Item
/deleteItem
Permanently delete a specific object from the S3 bucket. This action cannot be undone.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique key (file name) of the object to be deleted. Provide the exact name of the asset you wish to remove. |
PUT Create Item
/createItem
Upload a new file to the S3 bucket from a specified file path. Use this action to add a new asset to the storage.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The local file path or reference to the file you want to upload. This should be the full path to the file on your system. |
GET Get Item
/getItem
Retrieve metadata or contents of a specific object stored in the S3 bucket. Use this action to fetch a single asset's details.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique key (file name) of the object you want to retrieve. Provide the exact name of the asset. |
PUT Copy Item
/copyObject
Duplicate an existing object within the same S3 bucket under a new key. Use this action to create a copy of an asset with a different name.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The key (file name) of the existing object you want to copy. |
|
|
The new key (file name) for the copied object. Provide the desired name for the duplicate. |
GET Get Public URL
/getPublicURL
Generate a publicly accessible URL for a specific object in the S3 bucket. Use this action to obtain a shareable link to the asset.
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The unique key (file name) of the object for which you want a public URL. Provide the exact name of the asset. |