Skip to content

Tag: aws-sdk

How do I test if a bucket exists on AWS S3

How do I test if a bucket exists on AWS S3 using the aws-sdk? This question is for testing if an object exists within a bucket: How to determine if object exists AWS S3 Node.JS sdk This question is for Python: How can I check that a AWS S3 bucket exists? Answer You can use the following code: The important