@aws-sdk/client-s3-control 3.782.0 → 3.783.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,51 +28,8 @@ declare const PutAccessPointScopeCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.</p>
|
|
31
|
-
* <p>You can include one or more of the following API operations as permissions:</p>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>
|
|
35
|
-
* <code>PutObjet</code>
|
|
36
|
-
* </p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>
|
|
40
|
-
* <code>GetObject</code>
|
|
41
|
-
* </p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>
|
|
45
|
-
* <code>DeleteObject</code>
|
|
46
|
-
* </p>
|
|
47
|
-
* </li>
|
|
48
|
-
* <li>
|
|
49
|
-
* <p>
|
|
50
|
-
* <code>ListBucket</code>
|
|
51
|
-
* </p>
|
|
52
|
-
* </li>
|
|
53
|
-
* <li>
|
|
54
|
-
* <p>
|
|
55
|
-
* <code>GetObjectAttributes</code>
|
|
56
|
-
* </p>
|
|
57
|
-
* </li>
|
|
58
|
-
* <li>
|
|
59
|
-
* <p>
|
|
60
|
-
* <code>AbortMultipartUpload</code>
|
|
61
|
-
* </p>
|
|
62
|
-
* </li>
|
|
63
|
-
* <li>
|
|
64
|
-
* <p>
|
|
65
|
-
* <code>ListBucketMultipartUpload</code>
|
|
66
|
-
* </p>
|
|
67
|
-
* </li>
|
|
68
|
-
* <li>
|
|
69
|
-
* <p>
|
|
70
|
-
* <code>ListMultiPartUploadParts</code>
|
|
71
|
-
* </p>
|
|
72
|
-
* </li>
|
|
73
|
-
* </ul>
|
|
74
31
|
* <note>
|
|
75
|
-
* <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than
|
|
32
|
+
* <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>
|
|
76
33
|
* </note>
|
|
77
34
|
* <p>To use this operation, you must have the permission to perform the
|
|
78
35
|
* <code>s3express:PutAccessPointScope</code> action.</p>
|
|
@@ -1127,7 +1127,7 @@ export type ScopePermission = (typeof ScopePermission)[keyof typeof ScopePermiss
|
|
|
1127
1127
|
*/
|
|
1128
1128
|
export interface Scope {
|
|
1129
1129
|
/**
|
|
1130
|
-
* <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than
|
|
1130
|
+
* <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>
|
|
1131
1131
|
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
Prefixes?: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.783.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3-control",
|