Question
Object Storage : Problem using PutBucketAsync in core.net
Hi,
I want to create a bucket using PutBucketAsyncfunction in AWS SDK. If a define a simple bucket name as “test” for example, I’ve got message error :
“Error making request with Error Code Conflict and Http Status Code Conflict. No further error information was returned by the service.”
The only way I found to create a bucket is to define bucket name as “test.ams3.digitaloceanspaces.com”.
Is it possible to create a bucket with a simple name without region code and host name in it ?
Thanks for your help