NoCodeAPI

AWS S3 API

Connect with Amazon Simple Storage Service (Amazon S3) to access your object without any coding

List Buckets

Make GET request on this endpoint to list buckets with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/s3/<token>/listBuckets

				
			

List Bucket Objects

Make GET request on this endpoint to list bucket objects with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/s3/<token>/listBucketObjects

				
			
– Request Parameters :
Object Description
bucketName [Required] bucket name

Get Object

Make GET request on this endpoint to get object with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/s3/<token>/getObject

				
			
– Request Parameters :
Object Description
bucketName [Required] bucket name
objectKey [Required] Object Key

Put Object

Make POST request on this endpoint to put object with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/s3/<token>/putObject

				
			
– Request Parameters :
Object Description
bucketName [Required] Pass the text
file [Required] file to upload
fileName [Optional] file name
ACL [Optional] a set of predefined grants like `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, `bucket-owner-read`, `bucket-owner-full-control`, `log-delivery-write`

Upload remote file

Make POST request on this endpoint to upload remote file with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/s3/<token>/putRemoteObject

				
			
– Request Parameters :
Object Description
bucketName [Required] Pass the text
url [Required] file to upload
fileName [Optional] file name
ACL [Optional] a set of predefined grants like `private`, `public-read`, `public-read-write`, `aws-exec-read`, `authenticated-read`, `bucket-owner-read`, `bucket-owner-full-control`, `log-delivery-write`

BLACK FRIDAY Month STARTED - Coupon: BF2023 for 50% OFF