Skip to content
New issue

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 sending wrong command #414

Open
benroszak opened this issue Feb 13, 2025 · 0 comments
Open

delete_bucket_lifecycle sending wrong command #414

benroszak opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels

Comments

@benroszak
Copy link

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
    }
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants