Skip to content

storage's delete_bucket method should take a "force" parameter deleting even a full bucket #65

@jgeewax

Description

@jgeewax

This would just be a shortcut for:

if force:
    for key in bucket:
        key.delete()

If people just want to kill a bucket, we shouldn't make it more complicated to do this.

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions