@aws-sdk/client-s3 3.701.0 → 3.703.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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +4 -2
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +4 -3
- package/dist-types/commands/CopyObjectCommand.d.ts +4 -3
- package/dist-types/commands/CreateBucketCommand.d.ts +6 -5
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
- package/dist-types/commands/CreateSessionCommand.d.ts +3 -2
- package/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
- package/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
- package/dist-types/commands/DeleteObjectsCommand.d.ts +4 -3
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
- package/dist-types/commands/GetObjectCommand.d.ts +23 -22
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
- package/dist-types/commands/HeadBucketCommand.d.ts +4 -3
- package/dist-types/commands/HeadObjectCommand.d.ts +4 -3
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -3
- package/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
- package/dist-types/commands/ListPartsCommand.d.ts +4 -3
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -2
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
- package/dist-types/commands/PutObjectCommand.d.ts +36 -35
- package/dist-types/commands/UploadPartCommand.d.ts +4 -3
- package/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
- package/dist-types/models/models_0.d.ts +69 -62
- package/dist-types/models/models_1.d.ts +42 -17
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +1 -1
|
@@ -61,8 +61,8 @@ export interface AbortMultipartUploadRequest {
|
|
|
61
61
|
* <p>
|
|
62
62
|
* <b>Directory buckets</b> -
|
|
63
63
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
64
|
-
* <i>
|
|
65
|
-
* <i>
|
|
64
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
65
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
66
66
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
67
67
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
68
68
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -563,8 +563,8 @@ export interface CompleteMultipartUploadRequest {
|
|
|
563
563
|
* <p>
|
|
564
564
|
* <b>Directory buckets</b> -
|
|
565
565
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
566
|
-
* <i>
|
|
567
|
-
* <i>
|
|
566
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
567
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
568
568
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
569
569
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
570
570
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -760,7 +760,7 @@ export interface CopyObjectOutput {
|
|
|
760
760
|
/**
|
|
761
761
|
* <p>If the object expiration is configured, the response includes this header.</p>
|
|
762
762
|
* <note>
|
|
763
|
-
* <p>
|
|
763
|
+
* <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
|
|
764
764
|
* </note>
|
|
765
765
|
* @public
|
|
766
766
|
*/
|
|
@@ -972,13 +972,16 @@ export interface CopyObjectRequest {
|
|
|
972
972
|
/**
|
|
973
973
|
* <p>The name of the destination bucket.</p>
|
|
974
974
|
* <p>
|
|
975
|
-
* <b>Directory buckets</b> -
|
|
976
|
-
*
|
|
977
|
-
* <i>
|
|
978
|
-
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
|
|
975
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
976
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
977
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
979
978
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
980
979
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
981
980
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
981
|
+
* <note>
|
|
982
|
+
* <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise,
|
|
983
|
+
* you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
|
|
984
|
+
* </note>
|
|
982
985
|
* <p>
|
|
983
986
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
984
987
|
* <note>
|
|
@@ -1718,6 +1721,7 @@ export type BucketCannedACL = (typeof BucketCannedACL)[keyof typeof BucketCanned
|
|
|
1718
1721
|
*/
|
|
1719
1722
|
export declare const DataRedundancy: {
|
|
1720
1723
|
readonly SingleAvailabilityZone: "SingleAvailabilityZone";
|
|
1724
|
+
readonly SingleLocalZone: "SingleLocalZone";
|
|
1721
1725
|
};
|
|
1722
1726
|
/**
|
|
1723
1727
|
* @public
|
|
@@ -1744,7 +1748,7 @@ export type BucketType = (typeof BucketType)[keyof typeof BucketType];
|
|
|
1744
1748
|
*/
|
|
1745
1749
|
export interface BucketInfo {
|
|
1746
1750
|
/**
|
|
1747
|
-
* <p>The number of Availability Zone that's used for redundancy for the bucket.</p>
|
|
1751
|
+
* <p>The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.</p>
|
|
1748
1752
|
* @public
|
|
1749
1753
|
*/
|
|
1750
1754
|
DataRedundancy?: DataRedundancy | undefined;
|
|
@@ -1760,6 +1764,7 @@ export interface BucketInfo {
|
|
|
1760
1764
|
*/
|
|
1761
1765
|
export declare const LocationType: {
|
|
1762
1766
|
readonly AvailabilityZone: "AvailabilityZone";
|
|
1767
|
+
readonly LocalZone: "LocalZone";
|
|
1763
1768
|
};
|
|
1764
1769
|
/**
|
|
1765
1770
|
* @public
|
|
@@ -1767,8 +1772,8 @@ export declare const LocationType: {
|
|
|
1767
1772
|
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
1768
1773
|
/**
|
|
1769
1774
|
* <p>Specifies the location where the bucket will be created.</p>
|
|
1770
|
-
* <p>For directory buckets, the location type is Availability Zone. For more information about
|
|
1771
|
-
*
|
|
1775
|
+
* <p>For directory buckets, the location type is Availability Zone or Local Zone. For more information about directory buckets, see
|
|
1776
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1772
1777
|
* <note>
|
|
1773
1778
|
* <p>This functionality is only supported by directory buckets.</p>
|
|
1774
1779
|
* </note>
|
|
@@ -1782,8 +1787,7 @@ export interface LocationInfo {
|
|
|
1782
1787
|
Type?: LocationType | undefined;
|
|
1783
1788
|
/**
|
|
1784
1789
|
* <p>The name of the location where the bucket will be created.</p>
|
|
1785
|
-
* <p>For directory buckets, the name of the location is the
|
|
1786
|
-
* bucket will be created. An example AZ ID value is <code>usw2-az1</code>.</p>
|
|
1790
|
+
* <p>For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone (LZ) where the bucket will be created. An example AZ ID value is <code>usw2-az1</code>.</p>
|
|
1787
1791
|
* @public
|
|
1788
1792
|
*/
|
|
1789
1793
|
Name?: string | undefined;
|
|
@@ -1847,7 +1851,11 @@ export interface CreateBucketConfiguration {
|
|
|
1847
1851
|
LocationConstraint?: BucketLocationConstraint | undefined;
|
|
1848
1852
|
/**
|
|
1849
1853
|
* <p>Specifies the location where the bucket will be created.</p>
|
|
1850
|
-
* <p>
|
|
1854
|
+
* <p>
|
|
1855
|
+
* <b>Directory buckets </b> - The location type is Availability Zone or Local Zone.
|
|
1856
|
+
* When the location type is Local Zone, your Local Zone must be in opt-in status. Otherwise, you get an HTTP <code>400 Bad Request</code> error with the
|
|
1857
|
+
* error code <code>Access denied</code>. To learn more about opt-in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/opt-in-directory-bucket-lz.html">Opt-in Dedicated Local Zones</a>in the <i>Amazon S3 User Guide</i>.
|
|
1858
|
+
* </p>
|
|
1851
1859
|
* <note>
|
|
1852
1860
|
* <p>This functionality is only supported by directory buckets.</p>
|
|
1853
1861
|
* </note>
|
|
@@ -1895,9 +1903,9 @@ export interface CreateBucketRequest {
|
|
|
1895
1903
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming
|
|
1896
1904
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1897
1905
|
* <p>
|
|
1898
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
1899
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
1900
|
-
* <i>
|
|
1906
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
1907
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
1908
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
1901
1909
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
1902
1910
|
* </p>
|
|
1903
1911
|
* @public
|
|
@@ -2127,8 +2135,8 @@ export interface CreateMultipartUploadRequest {
|
|
|
2127
2135
|
* <p>
|
|
2128
2136
|
* <b>Directory buckets</b> -
|
|
2129
2137
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2130
|
-
* <i>
|
|
2131
|
-
* <i>
|
|
2138
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
2139
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
2132
2140
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
2133
2141
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
2134
2142
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -2844,9 +2852,9 @@ export interface DeleteBucketRequest {
|
|
|
2844
2852
|
/**
|
|
2845
2853
|
* <p>Specifies the bucket being deleted.</p>
|
|
2846
2854
|
* <p>
|
|
2847
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
2848
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
2849
|
-
* <i>
|
|
2855
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
2856
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
2857
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
2850
2858
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
2851
2859
|
* </p>
|
|
2852
2860
|
* @public
|
|
@@ -2909,9 +2917,9 @@ export interface DeleteBucketEncryptionRequest {
|
|
|
2909
2917
|
* <p>The name of the bucket containing the server-side encryption configuration to
|
|
2910
2918
|
* delete.</p>
|
|
2911
2919
|
* <p>
|
|
2912
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
2913
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
2914
|
-
* <i>
|
|
2920
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
2921
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
2922
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
2915
2923
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
2916
2924
|
* </p>
|
|
2917
2925
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
@@ -3036,9 +3044,9 @@ export interface DeleteBucketPolicyRequest {
|
|
|
3036
3044
|
/**
|
|
3037
3045
|
* <p>The bucket name.</p>
|
|
3038
3046
|
* <p>
|
|
3039
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
3040
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
3041
|
-
* <i>
|
|
3047
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
3048
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
3049
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
3042
3050
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
3043
3051
|
* </p>
|
|
3044
3052
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
@@ -3150,8 +3158,8 @@ export interface DeleteObjectRequest {
|
|
|
3150
3158
|
* <p>
|
|
3151
3159
|
* <b>Directory buckets</b> -
|
|
3152
3160
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
3153
|
-
* <i>
|
|
3154
|
-
* <i>
|
|
3161
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
3162
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
3155
3163
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
3156
3164
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
3157
3165
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -5301,8 +5309,8 @@ export interface DeleteObjectsRequest {
|
|
|
5301
5309
|
* <p>
|
|
5302
5310
|
* <b>Directory buckets</b> -
|
|
5303
5311
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
5304
|
-
* <i>
|
|
5305
|
-
* <i>
|
|
5312
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
5313
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
5306
5314
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
5307
5315
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
5308
5316
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -6069,9 +6077,9 @@ export interface GetBucketEncryptionRequest {
|
|
|
6069
6077
|
* <p>The name of the bucket from which the server-side encryption configuration is
|
|
6070
6078
|
* retrieved.</p>
|
|
6071
6079
|
* <p>
|
|
6072
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
6073
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
6074
|
-
* <i>
|
|
6080
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
6081
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
6082
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
6075
6083
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
6076
6084
|
* </p>
|
|
6077
6085
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
@@ -7593,9 +7601,9 @@ export interface GetBucketPolicyRequest {
|
|
|
7593
7601
|
/**
|
|
7594
7602
|
* <p>The bucket name to get the bucket policy for.</p>
|
|
7595
7603
|
* <p>
|
|
7596
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
7597
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
7598
|
-
* <i>
|
|
7604
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
7605
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
7606
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
7599
7607
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
7600
7608
|
* </p>
|
|
7601
7609
|
* <p>
|
|
@@ -8588,7 +8596,7 @@ export interface GetObjectOutput {
|
|
|
8588
8596
|
* providing object expiration information. The value of the <code>rule-id</code> is
|
|
8589
8597
|
* URL-encoded.</p>
|
|
8590
8598
|
* <note>
|
|
8591
|
-
* <p>
|
|
8599
|
+
* <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
|
|
8592
8600
|
* </note>
|
|
8593
8601
|
* @public
|
|
8594
8602
|
*/
|
|
@@ -8858,8 +8866,8 @@ export interface GetObjectRequest {
|
|
|
8858
8866
|
* <p>
|
|
8859
8867
|
* <b>Directory buckets</b> -
|
|
8860
8868
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
8861
|
-
* <i>
|
|
8862
|
-
* <i>
|
|
8869
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
8870
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
8863
8871
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
8864
8872
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
8865
8873
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -9479,8 +9487,8 @@ export interface GetObjectAttributesRequest {
|
|
|
9479
9487
|
* <p>
|
|
9480
9488
|
* <b>Directory buckets</b> -
|
|
9481
9489
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
9482
|
-
* <i>
|
|
9483
|
-
* <i>
|
|
9490
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
9491
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
9484
9492
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
9485
9493
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
9486
9494
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -10045,8 +10053,7 @@ export interface HeadBucketOutput {
|
|
|
10045
10053
|
BucketLocationType?: LocationType | undefined;
|
|
10046
10054
|
/**
|
|
10047
10055
|
* <p>The name of the location where the bucket will be created.</p>
|
|
10048
|
-
* <p>For directory buckets, the
|
|
10049
|
-
* AZ ID value is <code>usw2-az1</code>.</p>
|
|
10056
|
+
* <p>For directory buckets, the Zone ID of the Availability Zone or the Local Zone where the bucket is created. An example Zone ID value for an Availability Zone is <code>usw2-az1</code>.</p>
|
|
10050
10057
|
* <note>
|
|
10051
10058
|
* <p>This functionality is only supported by directory buckets.</p>
|
|
10052
10059
|
* </note>
|
|
@@ -10076,8 +10083,8 @@ export interface HeadBucketRequest {
|
|
|
10076
10083
|
* <p>
|
|
10077
10084
|
* <b>Directory buckets</b> -
|
|
10078
10085
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
10079
|
-
* <i>
|
|
10080
|
-
* <i>
|
|
10086
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
10087
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
10081
10088
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
10082
10089
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
10083
10090
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -10155,7 +10162,7 @@ export interface HeadObjectOutput {
|
|
|
10155
10162
|
* providing object expiration information. The value of the <code>rule-id</code> is
|
|
10156
10163
|
* URL-encoded.</p>
|
|
10157
10164
|
* <note>
|
|
10158
|
-
* <p>
|
|
10165
|
+
* <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
|
|
10159
10166
|
* </note>
|
|
10160
10167
|
* @public
|
|
10161
10168
|
*/
|
|
@@ -10458,8 +10465,8 @@ export interface HeadObjectRequest {
|
|
|
10458
10465
|
* <p>
|
|
10459
10466
|
* <b>Directory buckets</b> -
|
|
10460
10467
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
10461
|
-
* <i>
|
|
10462
|
-
* <i>
|
|
10468
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
10469
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
10463
10470
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
10464
10471
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
10465
10472
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -11255,8 +11262,8 @@ export interface ListMultipartUploadsRequest {
|
|
|
11255
11262
|
* <p>
|
|
11256
11263
|
* <b>Directory buckets</b> -
|
|
11257
11264
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
11258
|
-
* <i>
|
|
11259
|
-
* <i>
|
|
11265
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
11266
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
11260
11267
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
11261
11268
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
11262
11269
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -11665,8 +11672,8 @@ export interface ListObjectsRequest {
|
|
|
11665
11672
|
* <p>
|
|
11666
11673
|
* <b>Directory buckets</b> -
|
|
11667
11674
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
11668
|
-
* <i>
|
|
11669
|
-
* <i>
|
|
11675
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
11676
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
11670
11677
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
11671
11678
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
11672
11679
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -11890,8 +11897,8 @@ export interface ListObjectsV2Request {
|
|
|
11890
11897
|
* <p>
|
|
11891
11898
|
* <b>Directory buckets</b> -
|
|
11892
11899
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
11893
|
-
* <i>
|
|
11894
|
-
* <i>
|
|
11900
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
11901
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
11895
11902
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
11896
11903
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
11897
11904
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -12499,8 +12506,8 @@ export interface ListPartsRequest {
|
|
|
12499
12506
|
* <p>
|
|
12500
12507
|
* <b>Directory buckets</b> -
|
|
12501
12508
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
12502
|
-
* <i>
|
|
12503
|
-
* <i>
|
|
12509
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
12510
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
12504
12511
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
12505
12512
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
12506
12513
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -12795,9 +12802,9 @@ export interface PutBucketEncryptionRequest {
|
|
|
12795
12802
|
* <p>Specifies default encryption for a bucket using server-side encryption with different
|
|
12796
12803
|
* key options.</p>
|
|
12797
12804
|
* <p>
|
|
12798
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
12799
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
12800
|
-
* <i>
|
|
12805
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
12806
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
12807
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
12801
12808
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
12802
12809
|
* </p>
|
|
12803
12810
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
@@ -67,9 +67,9 @@ export interface PutBucketPolicyRequest {
|
|
|
67
67
|
/**
|
|
68
68
|
* <p>The name of the bucket.</p>
|
|
69
69
|
* <p>
|
|
70
|
-
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>
|
|
71
|
-
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must also follow the format <code>
|
|
72
|
-
* <i>
|
|
70
|
+
* <b>Directory buckets </b> - When you use this operation with a directory bucket, you must use path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
|
|
71
|
+
* </code>. Virtual-hosted-style requests aren't supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must also follow the format <code>
|
|
72
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
73
73
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming rules</a> in the <i>Amazon S3 User Guide</i>
|
|
74
74
|
* </p>
|
|
75
75
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
@@ -519,7 +519,7 @@ export interface PutObjectOutput {
|
|
|
519
519
|
* <code>rule-id</code> key-value pairs that provide information about object expiration.
|
|
520
520
|
* The value of the <code>rule-id</code> is URL-encoded.</p>
|
|
521
521
|
* <note>
|
|
522
|
-
* <p>
|
|
522
|
+
* <p>Object expiration information is not returned in directory buckets and this header returns the value "<code>NotImplemented</code>" in all responses for directory buckets.</p>
|
|
523
523
|
* </note>
|
|
524
524
|
* @public
|
|
525
525
|
*/
|
|
@@ -693,8 +693,8 @@ export interface PutObjectRequest {
|
|
|
693
693
|
* <p>
|
|
694
694
|
* <b>Directory buckets</b> -
|
|
695
695
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
696
|
-
* <i>
|
|
697
|
-
* <i>
|
|
696
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
697
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
698
698
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
699
699
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
700
700
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -2081,7 +2081,13 @@ export interface OutputSerialization {
|
|
|
2081
2081
|
JSON?: JSONOutput | undefined;
|
|
2082
2082
|
}
|
|
2083
2083
|
/**
|
|
2084
|
-
* <
|
|
2084
|
+
* <important>
|
|
2085
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2086
|
+
* </p>
|
|
2087
|
+
* </important>
|
|
2088
|
+
* <p>Describes the parameters for Select job types.</p>
|
|
2089
|
+
* <p>Learn <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">How to optimize querying your data in Amazon S3</a> using
|
|
2090
|
+
* <a href="https://docs.aws.amazon.com/athena/latest/ug/what-is.html">Amazon Athena</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">S3 Object Lambda</a>, or client-side filtering.</p>
|
|
2085
2091
|
* @public
|
|
2086
2092
|
*/
|
|
2087
2093
|
export interface SelectParameters {
|
|
@@ -2096,7 +2102,11 @@ export interface SelectParameters {
|
|
|
2096
2102
|
*/
|
|
2097
2103
|
ExpressionType: ExpressionType | undefined;
|
|
2098
2104
|
/**
|
|
2099
|
-
* <
|
|
2105
|
+
* <important>
|
|
2106
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2107
|
+
* </p>
|
|
2108
|
+
* </important>
|
|
2109
|
+
* <p>The expression that is used to query the object.</p>
|
|
2100
2110
|
* @public
|
|
2101
2111
|
*/
|
|
2102
2112
|
Expression: string | undefined;
|
|
@@ -2137,7 +2147,11 @@ export interface RestoreRequest {
|
|
|
2137
2147
|
*/
|
|
2138
2148
|
GlacierJobParameters?: GlacierJobParameters | undefined;
|
|
2139
2149
|
/**
|
|
2140
|
-
* <
|
|
2150
|
+
* <important>
|
|
2151
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2152
|
+
* </p>
|
|
2153
|
+
* </important>
|
|
2154
|
+
* <p>Type of restore request.</p>
|
|
2141
2155
|
* @public
|
|
2142
2156
|
*/
|
|
2143
2157
|
Type?: RestoreRequestType | undefined;
|
|
@@ -2152,7 +2166,11 @@ export interface RestoreRequest {
|
|
|
2152
2166
|
*/
|
|
2153
2167
|
Description?: string | undefined;
|
|
2154
2168
|
/**
|
|
2155
|
-
* <
|
|
2169
|
+
* <important>
|
|
2170
|
+
* <p>Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2171
|
+
* </p>
|
|
2172
|
+
* </important>
|
|
2173
|
+
* <p>Describes the parameters for Select job types.</p>
|
|
2156
2174
|
* @public
|
|
2157
2175
|
*/
|
|
2158
2176
|
SelectParameters?: SelectParameters | undefined;
|
|
@@ -2459,7 +2477,11 @@ export interface ScanRange {
|
|
|
2459
2477
|
End?: number | undefined;
|
|
2460
2478
|
}
|
|
2461
2479
|
/**
|
|
2462
|
-
* <
|
|
2480
|
+
* <note>
|
|
2481
|
+
* <p>Learn Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. <a href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn more</a>
|
|
2482
|
+
* </p>
|
|
2483
|
+
* </note>
|
|
2484
|
+
* <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
|
|
2463
2485
|
* Language (SQL) statement. In the request, along with the SQL expression, you must specify a
|
|
2464
2486
|
* data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data
|
|
2465
2487
|
* into records. It returns only records that match the specified SQL expression. You must
|
|
@@ -2664,8 +2686,8 @@ export interface UploadPartRequest {
|
|
|
2664
2686
|
* <p>
|
|
2665
2687
|
* <b>Directory buckets</b> -
|
|
2666
2688
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2667
|
-
* <i>
|
|
2668
|
-
* <i>
|
|
2689
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
2690
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
2669
2691
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
2670
2692
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
2671
2693
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
@@ -2927,13 +2949,16 @@ export interface UploadPartCopyRequest {
|
|
|
2927
2949
|
/**
|
|
2928
2950
|
* <p>The bucket name.</p>
|
|
2929
2951
|
* <p>
|
|
2930
|
-
* <b>Directory buckets</b> -
|
|
2931
|
-
*
|
|
2932
|
-
* <i>
|
|
2933
|
-
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
|
|
2952
|
+
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2953
|
+
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
2954
|
+
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
2934
2955
|
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
2935
2956
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
2936
2957
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2958
|
+
* <note>
|
|
2959
|
+
* <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise,
|
|
2960
|
+
* you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
|
|
2961
|
+
* </note>
|
|
2937
2962
|
* <p>
|
|
2938
2963
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2939
2964
|
* <note>
|
|
@@ -284,6 +284,7 @@ export type BucketCannedACL =
|
|
|
284
284
|
(typeof BucketCannedACL)[keyof typeof BucketCannedACL];
|
|
285
285
|
export declare const DataRedundancy: {
|
|
286
286
|
readonly SingleAvailabilityZone: "SingleAvailabilityZone";
|
|
287
|
+
readonly SingleLocalZone: "SingleLocalZone";
|
|
287
288
|
};
|
|
288
289
|
export type DataRedundancy =
|
|
289
290
|
(typeof DataRedundancy)[keyof typeof DataRedundancy];
|
|
@@ -297,6 +298,7 @@ export interface BucketInfo {
|
|
|
297
298
|
}
|
|
298
299
|
export declare const LocationType: {
|
|
299
300
|
readonly AvailabilityZone: "AvailabilityZone";
|
|
301
|
+
readonly LocalZone: "LocalZone";
|
|
300
302
|
};
|
|
301
303
|
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
302
304
|
export interface LocationInfo {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.703.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",
|