Skip to main content
Last updated on

Bucket management

Each bucket has four independent configurations:

ConfigurationEffect
PolicyDefine who can do what with the bucket/object (JSON, fine-grained)
CORSAllow browsers on another domain to access the bucket (web upload, CDN)
LifecycleAutomatically delete or transition objects by age (cost optimisation)
VersioningKeep older versions on overwrite/delete (data protection)
Pair Versioning with Lifecycle

Enable Versioning for important data and add a Lifecycle Rule that removes old versions after N days — both data protection and cost control.