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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
delete_bucket_lifecycle sends a DeleteBucket Command instead of a Command::DeleteBucketLifecycle
#[maybe_async::maybe_async] pub async fn delete_bucket_lifecycle(&self) -> Result<ResponseData, S3Error> { let request = RequestImpl::new(self, "", Command::DeleteBucket).await?; request.response_data(false).await }
The text was updated successfully, but these errors were encountered:
durch
No branches or pull requests
delete_bucket_lifecycle sends a DeleteBucket Command instead of a Command::DeleteBucketLifecycle
The text was updated successfully, but these errors were encountered: