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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ It is also possible to get JSON output:
159
159
]
160
160
```
161
161
162
-
## s3kit lock compliance
162
+
###s3kit lock compliance
163
163
Adds the [compliance lock](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) to a given object identified by a prefix and applicable to all versions of the object(s), latest version of the object(s) or specific version of the object(s).
164
164
165
165
```
@@ -188,7 +188,7 @@ Locking s3://bucket/key version .oNOa6ZVNDTUcKHaaaECJUmdA9XaBTI4 expires 2020-04
188
188
189
189
The default answer is **NO**.
190
190
191
-
## s3kit lock legal add / rm
191
+
###s3kit lock legal add / rm
192
192
193
193
Adds or removes the [legal hold](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) to the object(s) found by given S3 prefix(es).
194
194
@@ -214,7 +214,7 @@ Global Flags:
214
214
Use "s3kit lock legal [command] --help" for more information about a command.
215
215
```
216
216
217
-
## s3kit lock governance add / rm
217
+
###s3kit lock governance add / rm
218
218
219
219
Adds or removes the [governance retention lock](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) to the object(s) found by given S3 prefix(es).
0 commit comments