s3
Usage Instructions
Retrieve and view files from Amazon S3 buckets using presigned URLs.
Where to Find Your AWS Access Keys
Sign in to the AWS Management Console: Log in with your IAM user credentials. It is a security best practice to use an IAM user instead of your root account for daily tasks.
Navigate to the IAM Dashboard: You can do this by typing
"IAM"in the search bar at the top of the console and selecting the service.Go to the "Users" Section: In the navigation pane on the left, choose Users.
Select Your User Name: Click on the specific IAM user for whom you want to manage the keys.
Go to the "Security credentials" Tab: On the user's details page, click on the Security credentials tab.
Find the "Access keys" Section: Scroll down this page to find a table that lists your access keys.
The "Access key ID" will be visible, but the "Secret access key" is not. The secret key is only displayed once, at the time it's created. If you lose the secret key, you must create a new access key pair.
Tools
s3_get_object
s3_get_objectRetrieve an object from an AWS S3 bucket
Input
accessKeyId
string
Yes
Your AWS Access Key ID
secretAccessKey
string
Yes
Your AWS Secret Access Key
s3Uri
string
Yes
S3 Object URL
Output
url
string
Presigned URL
metadata
json
Object metadata
Screenshot
Notes
Category:
toolsType:
s3
Was this helpful?
