GET
GET
GET
AWS S3AWS S3Signed URLGenerate signed url for AWS S3
GET
https://api.lowcodeapi.com/awss3/signed-url
Query Parameters 5
bucket*string
key_name*string
type enum
Select...
acl enum
Select...
expires_innumber
Parameters Description
bucket*string
User's AWS S3 bucket name
key_name*string
File name to be signed
typeenum
Request type
aclenum
ACL of the file object, only applicable for upload. Default: private
expires_innumber
Expire the signed url after this duration (in second). Default : 300 seconds
Overview

Generate AWS S3 signed url for reading a file from S3 bucket.

Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/awss3/signed-url' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00