Skip to content

Commit

Permalink
s3:PutObjectTagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Vorobyev committed Dec 11, 2023
1 parent e366b74 commit a39c6dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions content/custom-storages/amazon-s3-bucket-access-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Amazon Simple Storage Service (Amazon S3) is an object storage service that offe
- **s3:GetObject** - optional, for backup restore and instant download from Amazon S3 bucket
- **s3:DeleteObject** - optional, for retention policy, automatic removal of outdated backups from Amazon S3 bucket
- **s3:GetBucketLocation** - optional, required to automatically determine the `Service Endpoint URL`
- **s3:PutObjectRetention** - optional, required for [S3 Object Lock](/features/s3-object-lock) `x-amz-object-lock-mode`
- **s3:PutObjectLegalHold** - optional, required for [S3 Object Lock](/features/s3-object-lock) `x-amz-object-lock-legal-hold`
- **s3:PutObjectRetention** - optional, required for the [S3 Object Lock](/features/s3-object-lock) header `x-amz-object-lock-mode`
- **s3:PutObjectLegalHold** - optional, required for the [S3 Object Lock](/features/s3-object-lock) header `x-amz-object-lock-legal-hold`
- **s3:PutObjectTagging** - optional, required for the [S3 Object Tagging](/features/s3-object-tag) header `x-amz-tagging`

## Set up Amazon S3 Bucket Access Key as a customer managed storage

Expand Down
5 changes: 3 additions & 2 deletions content/custom-storages/amazon-s3-bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Amazon Simple Storage Service (Amazon S3) is an object storage service that offe
- **s3:PutObject** - required, for backup archive upload to Amazon S3 bucket
- **s3:GetObject** - optional, for backup restore and instant download from Amazon S3 bucket
- **s3:DeleteObject** - optional, for retention policy, automatic removal of outdated backups from Amazon S3 bucket
- **s3:PutObjectRetention** - optional, required for [S3 Object Lock](/features/s3-object-lock) `x-amz-object-lock-mode`
- **s3:PutObjectLegalHold** - optional, required for [S3 Object Lock](/features/s3-object-lock) `x-amz-object-lock-legal-hold`
- **s3:PutObjectRetention** - optional, required for the [S3 Object Lock](/features/s3-object-lock) header `x-amz-object-lock-mode`
- **s3:PutObjectLegalHold** - optional, required for the [S3 Object Lock](/features/s3-object-lock) header `x-amz-object-lock-legal-hold`
- **s3:PutObjectTagging** - optional, required for the [S3 Object Tagging](/features/s3-object-tag) header `x-amz-tagging`

## Set up Amazon S3 Bucket as a customer managed storage

Expand Down
2 changes: 2 additions & 0 deletions content/features/s3-object-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ keywords: github backup, cloudback, amazon s3 object tag, s3 object tag, object
#### x-amz-tagging
The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example, "Key1=Value1").

> **Important:** `s3:PutObjectTagging` permission is required. You should grant the permission at a bucket level and at an access point level if applicable.
Example:
```
x-amz-tagging: Key1=Value1&Key2=Value2
Expand Down

0 comments on commit a39c6dc

Please sign in to comment.