UpdateBucketRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class UpdateBucketRequest

Update an existing bucket. More specifically modifies the bucketType of an existing bucket. Can be used to allow everyone to download the contents of the bucket without providing any authorization, or to prevent anyone from downloading the contents of the bucket without a known authorization.

UpdateBucketRequest(BlazerClient client, string bucketName, BucketType bucketType)
Arguments:
  • client – The configured Blazer client
  • bucketName – The name of the bucket to update
  • bucketType – The flag you want to assign to the bucket