You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently adding versioning to some buckets used for job asset storage. These have some temporary files which I don't want to be versionned.
The mc cli tool allows us to specify --exclude-prefixes when setting up versionning as per the docs
I'm currently adding versioning to some buckets used for job asset storage. These have some temporary files which I don't want to be versionned.
The
mc
cli tool allows us to specify--exclude-prefixes
when setting up versionning as per the docsThis results in the following config
The python clients
VersioningConfig
class however only seems to supportstatus
andmfa_delete
.Due to this I'm forced to launch
mc
in a shell from python to complete this configuration step.Would it be possible to add this option to VersionningConfig?
The text was updated successfully, but these errors were encountered: