We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createBucket
When making a create bucket request for an already existing bucket the future succeeds but the operation in fact failed.
Stepping through the framework code in a debugger the first (or second) HTTP request is a 409, but the future is not rejected.
The text was updated successfully, but these errors were encountered:
let createBucketRequest = S3.CreateBucketRequest(bucket: bucket) return try s3.createBucket(createBucketRequest)
Sorry, something went wrong.
@mxcl Code in here was so old, surprised it worked at all. I've just updated it with latest from aws-sdk-swift if you want to give it another go.
fixed
No branches or pull requests
When making a create bucket request for an already existing bucket the future succeeds but the operation in fact failed.
Stepping through the framework code in a debugger the first (or second) HTTP request is a 409, but the future is not rejected.
The text was updated successfully, but these errors were encountered: