Create a bucket
Use the following code snippet to create a bucket.
response = s3_client.create_bucket(Bucket='bucket1') print(response)
This will create a bucket ‘bucket1’ in Ozone volume ‘s3v’.
Use the following code snippet to create a bucket.
response = s3_client.create_bucket(Bucket='bucket1') print(response)
This will create a bucket ‘bucket1’ in Ozone volume ‘s3v’.
What kind of feedback do you have?