Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
This repository was archived by the owner on May 31, 2024. It is now read-only.

Some deleted buckets affects as runtime error #3

Description

@aibou

AWS S3 adopts Eventual Consistency. So sometimes we face such a situation when we delete a S3 bucket:

$ aws s3 ls | grep [deleted bucket name]
2018-10-02 16:25:04 [deleted bucket name]

$ aws s3 ls s3://[deleted bucket name]
An error occurred (NoSuchBucket) when calling the ListObjects operation: The specified bucket does not exist

In this situation, bukelatta occurs an error not only apply phase but also dry-run phase:

[ERROR] The specified bucket does not exist

We should treat this case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions