Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Set Bucket Auto Commit Period

PUT /object/bucket/{bucketName}/autocommit

Updates the auto-commit period setting for the specified bucket.

bucketNameBucket name for which retention period will be updated.

Required Roles

This call has no restrictions.


Prerequisites

The following conditions must be met in order to call this operation.

  • Bucket name should not be null or empty.

  • Bucket must exist.


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
set_bucket_auto_commit_period
autocommit String
namespace Namespace that is allowed to access this bucket String

Response Body

Response indicating Success or Failure of the operation