-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi, this didn't work for me:
| ```bash |
but this did:
import boto3
bucket_name = 'mybucket'
s3 = boto3.resource('s3')
versioning = s3.BucketVersioning(bucket_name)
# check status
print(versioning.status)
# enable versioning
versioning.enable()
# disable versioning
versioning.suspend()
The docs might need a fix.
Metadata
Metadata
Assignees
Labels
No labels