aws-sdk-s3 1.174.0 → 1.175.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +2 -2
- data/lib/aws-sdk-s3/client.rb +957 -755
- data/lib/aws-sdk-s3/endpoint_provider.rb +36 -0
- data/lib/aws-sdk-s3/object.rb +3 -1
- data/lib/aws-sdk-s3/resource.rb +9 -8
- data/lib/aws-sdk-s3/types.rb +202 -116
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +2 -2
- data/sig/client.rbs +3 -3
- data/sig/resource.rbs +2 -2
- data/sig/types.rbs +3 -3
- metadata +2 -2
data/sig/bucket.rbs
CHANGED
@@ -50,11 +50,11 @@ module Aws
|
|
50
50
|
?create_bucket_configuration: {
|
51
51
|
location_constraint: ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "EU" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2")?,
|
52
52
|
location: {
|
53
|
-
type: ("AvailabilityZone")?,
|
53
|
+
type: ("AvailabilityZone" | "LocalZone")?,
|
54
54
|
name: ::String?
|
55
55
|
}?,
|
56
56
|
bucket: {
|
57
|
-
data_redundancy: ("SingleAvailabilityZone")?,
|
57
|
+
data_redundancy: ("SingleAvailabilityZone" | "SingleLocalZone")?,
|
58
58
|
type: ("Directory")?
|
59
59
|
}?
|
60
60
|
},
|
data/sig/client.rbs
CHANGED
@@ -224,11 +224,11 @@ module Aws
|
|
224
224
|
?create_bucket_configuration: {
|
225
225
|
location_constraint: ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "EU" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2")?,
|
226
226
|
location: {
|
227
|
-
type: ("AvailabilityZone")?,
|
227
|
+
type: ("AvailabilityZone" | "LocalZone")?,
|
228
228
|
name: ::String?
|
229
229
|
}?,
|
230
230
|
bucket: {
|
231
|
-
data_redundancy: ("SingleAvailabilityZone")?,
|
231
|
+
data_redundancy: ("SingleAvailabilityZone" | "SingleLocalZone")?,
|
232
232
|
type: ("Directory")?
|
233
233
|
}?
|
234
234
|
},
|
@@ -925,7 +925,7 @@ module Aws
|
|
925
925
|
|
926
926
|
interface _HeadBucketResponseSuccess
|
927
927
|
include ::Seahorse::Client::_ResponseSuccess[Types::HeadBucketOutput]
|
928
|
-
def bucket_location_type: () -> ("AvailabilityZone")
|
928
|
+
def bucket_location_type: () -> ("AvailabilityZone" | "LocalZone")
|
929
929
|
def bucket_location_name: () -> ::String
|
930
930
|
def bucket_region: () -> ::String
|
931
931
|
def access_point_alias: () -> bool
|
data/sig/resource.rbs
CHANGED
@@ -99,11 +99,11 @@ module Aws
|
|
99
99
|
?create_bucket_configuration: {
|
100
100
|
location_constraint: ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "EU" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2")?,
|
101
101
|
location: {
|
102
|
-
type: ("AvailabilityZone")?,
|
102
|
+
type: ("AvailabilityZone" | "LocalZone")?,
|
103
103
|
name: ::String?
|
104
104
|
}?,
|
105
105
|
bucket: {
|
106
|
-
data_redundancy: ("SingleAvailabilityZone")?,
|
106
|
+
data_redundancy: ("SingleAvailabilityZone" | "SingleLocalZone")?,
|
107
107
|
type: ("Directory")?
|
108
108
|
}?
|
109
109
|
},
|
data/sig/types.rbs
CHANGED
@@ -91,7 +91,7 @@ module Aws::S3
|
|
91
91
|
end
|
92
92
|
|
93
93
|
class BucketInfo
|
94
|
-
attr_accessor data_redundancy: ("SingleAvailabilityZone")
|
94
|
+
attr_accessor data_redundancy: ("SingleAvailabilityZone" | "SingleLocalZone")
|
95
95
|
attr_accessor type: ("Directory")
|
96
96
|
SENSITIVE: []
|
97
97
|
end
|
@@ -1091,7 +1091,7 @@ module Aws::S3
|
|
1091
1091
|
end
|
1092
1092
|
|
1093
1093
|
class HeadBucketOutput
|
1094
|
-
attr_accessor bucket_location_type: ("AvailabilityZone")
|
1094
|
+
attr_accessor bucket_location_type: ("AvailabilityZone" | "LocalZone")
|
1095
1095
|
attr_accessor bucket_location_name: ::String
|
1096
1096
|
attr_accessor bucket_region: ::String
|
1097
1097
|
attr_accessor access_point_alias: bool
|
@@ -1564,7 +1564,7 @@ module Aws::S3
|
|
1564
1564
|
end
|
1565
1565
|
|
1566
1566
|
class LocationInfo
|
1567
|
-
attr_accessor type: ("AvailabilityZone")
|
1567
|
+
attr_accessor type: ("AvailabilityZone" | "LocalZone")
|
1568
1568
|
attr_accessor name: ::String
|
1569
1569
|
SENSITIVE: []
|
1570
1570
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.175.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-kms
|