aws-sdk-s3control 1.28.0 → 1.29.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 +167 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +118 -120
- data/lib/aws-sdk-s3control/types.rb +16 -18
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37fa8a338007af61764ea82bbd14fae8a4efafe7b464c4185471db71d38e6fe5
|
|
4
|
+
data.tar.gz: 0d1804d2c2d3c6d32ed3141073a01d2f7ebc57c8fcd4299d824aa19416fe431c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a4c9b73f1e05376865bf3944ae8069992c3cc3aa26792e06cb41eff4d724b3c1edb3daf86ee085c9d3f71469abb8e4fced1b56356d12108696b76ce7b3f1885
|
|
7
|
+
data.tar.gz: c421e3a27cbec40940e9203cc3a3cdd853b148c24e36e11c80d34f1f1b566f1157803b899c470ff9a57674c681a06e6d393a015417364759b56c6a9257d932e4
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
Unreleased Changes
|
|
2
|
+
------------------
|
|
3
|
+
|
|
4
|
+
1.29.0 (2021-03-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation updates for Amazon S3
|
|
8
|
+
|
|
9
|
+
1.28.0 (2021-02-23)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation updates for s3-control
|
|
13
|
+
|
|
14
|
+
1.27.0 (2021-02-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Amazon S3 Batch Operations now supports Delete Object Tagging
|
|
18
|
+
|
|
19
|
+
* Feature - Support PrivateLink using the client `:endpoint` option. This patch has several minor behavioral changes. 1) Any operation using the `outpost_id` parameter with a client configured with `:use_dualstack_endpoint` will now raise an `ArgumentError` as dualstack is not supported by S3 Outposts. 2) Fix a bug where clients configured with `:use_dualstack_endpoint` resolved to the wrong endpoint by not prefixing the account id to the host. 3) A client constructed using both `:use_dualstack_endpoint` and `:endpoint` will now raise an `ArgumentError`.
|
|
20
|
+
|
|
21
|
+
1.26.0 (2021-01-14)
|
|
22
|
+
------------------
|
|
23
|
+
|
|
24
|
+
* Feature - Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers.
|
|
25
|
+
|
|
26
|
+
1.25.0 (2020-11-18)
|
|
27
|
+
------------------
|
|
28
|
+
|
|
29
|
+
* Feature - AWS S3 Storage Lens provides visibility into your storage usage and activity trends at the organization or account level, with aggregations by Region, storage class, bucket, and prefix.
|
|
30
|
+
|
|
31
|
+
1.24.0 (2020-09-30)
|
|
32
|
+
------------------
|
|
33
|
+
|
|
34
|
+
* Feature - Amazon S3 on Outposts expands object storage to on-premises AWS Outposts environments, enabling you to store and retrieve objects using S3 APIs and features.
|
|
35
|
+
|
|
36
|
+
* Feature - Support Outpost Access Point and Outpost Bucket ARNs.
|
|
37
|
+
|
|
38
|
+
1.23.0 (2020-09-15)
|
|
39
|
+
------------------
|
|
40
|
+
|
|
41
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
42
|
+
|
|
43
|
+
1.22.0 (2020-08-25)
|
|
44
|
+
------------------
|
|
45
|
+
|
|
46
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
47
|
+
|
|
48
|
+
1.21.0 (2020-06-23)
|
|
49
|
+
------------------
|
|
50
|
+
|
|
51
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
52
|
+
|
|
53
|
+
1.20.1 (2020-06-11)
|
|
54
|
+
------------------
|
|
55
|
+
|
|
56
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
|
57
|
+
|
|
58
|
+
1.20.0 (2020-06-10)
|
|
59
|
+
------------------
|
|
60
|
+
|
|
61
|
+
* Issue - This version has been yanked. (#2327).
|
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
63
|
+
|
|
64
|
+
1.19.0 (2020-05-28)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
68
|
+
|
|
69
|
+
1.18.0 (2020-05-07)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
73
|
+
|
|
74
|
+
1.17.0 (2020-05-04)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Amazon S3 Batch Operations now supports Object Lock.
|
|
78
|
+
|
|
79
|
+
1.16.0 (2020-03-16)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Amazon S3 now supports Batch Operations job tagging.
|
|
83
|
+
|
|
84
|
+
1.15.0 (2020-03-09)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
88
|
+
|
|
89
|
+
1.14.0 (2019-12-03)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Amazon S3 Access Points is a new S3 feature that simplifies managing data access at scale for shared data sets on Amazon S3. Access Points provide a customizable way to access the objects in a bucket, with a unique hostname and access policy that enforces the specific permissions and network controls for any request made through the access point. This represents a new way of provisioning access to shared data sets.
|
|
93
|
+
|
|
94
|
+
1.13.0 (2019-10-23)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
98
|
+
|
|
99
|
+
1.12.0 (2019-07-25)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
103
|
+
|
|
104
|
+
1.11.0 (2019-07-01)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
108
|
+
|
|
109
|
+
1.10.0 (2019-06-17)
|
|
110
|
+
------------------
|
|
111
|
+
|
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
113
|
+
|
|
114
|
+
1.9.0 (2019-05-29)
|
|
115
|
+
------------------
|
|
116
|
+
|
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
118
|
+
|
|
119
|
+
1.8.0 (2019-05-21)
|
|
120
|
+
------------------
|
|
121
|
+
|
|
122
|
+
* Feature - API update.
|
|
123
|
+
|
|
124
|
+
1.7.0 (2019-05-15)
|
|
125
|
+
------------------
|
|
126
|
+
|
|
127
|
+
* Feature - API update.
|
|
128
|
+
|
|
129
|
+
1.6.0 (2019-05-14)
|
|
130
|
+
------------------
|
|
131
|
+
|
|
132
|
+
* Feature - API update.
|
|
133
|
+
|
|
134
|
+
1.5.0 (2019-04-30)
|
|
135
|
+
------------------
|
|
136
|
+
|
|
137
|
+
* Feature - API update.
|
|
138
|
+
|
|
139
|
+
1.4.0 (2019-03-21)
|
|
140
|
+
------------------
|
|
141
|
+
|
|
142
|
+
* Feature - API update.
|
|
143
|
+
|
|
144
|
+
1.3.0 (2019-03-18)
|
|
145
|
+
------------------
|
|
146
|
+
|
|
147
|
+
* Feature - API update.
|
|
148
|
+
|
|
149
|
+
1.2.0 (2019-03-14)
|
|
150
|
+
------------------
|
|
151
|
+
|
|
152
|
+
* Feature - API update.
|
|
153
|
+
|
|
154
|
+
1.1.0 (2018-11-20)
|
|
155
|
+
------------------
|
|
156
|
+
|
|
157
|
+
* Feature - Support S3 Control plugin working with endpoint trait.
|
|
158
|
+
|
|
159
|
+
1.0.1 (2018-11-16)
|
|
160
|
+
------------------
|
|
161
|
+
|
|
162
|
+
* Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
|
|
163
|
+
|
|
164
|
+
1.0.0 (2018-11-15)
|
|
165
|
+
------------------
|
|
166
|
+
|
|
167
|
+
* Feature - Initial release of `aws-sdk-s3control`.
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.29.0
|
data/lib/aws-sdk-s3control.rb
CHANGED
|
@@ -345,7 +345,7 @@ module Aws::S3Control
|
|
|
345
345
|
|
|
346
346
|
# Creates an access point and associates it with the specified bucket.
|
|
347
347
|
# For more information, see [Managing Data Access with Amazon S3 Access
|
|
348
|
-
# Points][1] in the *Amazon Simple Storage Service
|
|
348
|
+
# Points][1] in the *Amazon Simple Storage Service User Guide*.
|
|
349
349
|
#
|
|
350
350
|
#
|
|
351
351
|
#
|
|
@@ -362,9 +362,8 @@ module Aws::S3Control
|
|
|
362
362
|
#
|
|
363
363
|
# * Does not support object lock for S3 on Outposts buckets.
|
|
364
364
|
#
|
|
365
|
-
# For more information, see [Using Amazon S3 on
|
|
366
|
-
#
|
|
367
|
-
# Simple Storage Service Developer Guide </i>.
|
|
365
|
+
# For more information, see [Using Amazon S3 on Outposts][2] in the
|
|
366
|
+
# <i>Amazon Simple Storage Service User Guide </i>.
|
|
368
367
|
#
|
|
369
368
|
# All Amazon S3 on Outposts REST API requests for this action require an
|
|
370
369
|
# additional parameter of `x-amz-outpost-id` to be passed with the
|
|
@@ -372,25 +371,26 @@ module Aws::S3Control
|
|
|
372
371
|
# `s3-control`. For an example of the request syntax for Amazon S3 on
|
|
373
372
|
# Outposts that uses the S3 on Outposts endpoint hostname prefix and the
|
|
374
373
|
# `x-amz-outpost-id` derived using the access point ARN, see the
|
|
375
|
-
# [Examples][
|
|
374
|
+
# [Examples][3] section.
|
|
376
375
|
#
|
|
377
376
|
#
|
|
378
377
|
#
|
|
379
378
|
# The following actions are related to `CreateAccessPoint`\:
|
|
380
379
|
#
|
|
381
|
-
# * [GetAccessPoint][
|
|
380
|
+
# * [GetAccessPoint][4]
|
|
382
381
|
#
|
|
383
|
-
# * [DeleteAccessPoint][
|
|
382
|
+
# * [DeleteAccessPoint][5]
|
|
384
383
|
#
|
|
385
|
-
# * [ListAccessPoints][
|
|
384
|
+
# * [ListAccessPoints][6]
|
|
386
385
|
#
|
|
387
386
|
#
|
|
388
387
|
#
|
|
389
388
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points.html
|
|
390
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/
|
|
391
|
-
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
392
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
393
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
389
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html
|
|
390
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html#API_control_CreateAccessPoint_Examples
|
|
391
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html
|
|
392
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html
|
|
393
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html
|
|
394
394
|
#
|
|
395
395
|
# @option params [required, String] :account_id
|
|
396
396
|
# The AWS account ID for the owner of the bucket for which you want to
|
|
@@ -471,59 +471,58 @@ module Aws::S3Control
|
|
|
471
471
|
req.send_request(options)
|
|
472
472
|
end
|
|
473
473
|
|
|
474
|
-
# <note markdown="1"> This
|
|
475
|
-
#
|
|
476
|
-
#
|
|
474
|
+
# <note markdown="1"> This action creates an Amazon S3 on Outposts bucket. To create an S3
|
|
475
|
+
# bucket, see [Create Bucket][1] in the *Amazon Simple Storage Service
|
|
476
|
+
# API*.
|
|
477
477
|
#
|
|
478
478
|
# </note>
|
|
479
479
|
#
|
|
480
480
|
# Creates a new Outposts bucket. By creating the bucket, you become the
|
|
481
481
|
# bucket owner. To create an Outposts bucket, you must have S3 on
|
|
482
482
|
# Outposts. For more information, see [Using Amazon S3 on Outposts][2]
|
|
483
|
-
# in *Amazon Simple Storage Service
|
|
483
|
+
# in *Amazon Simple Storage Service User Guide*.
|
|
484
484
|
#
|
|
485
485
|
# Not every string is an acceptable bucket name. For information on
|
|
486
486
|
# bucket naming restrictions, see [Working with Amazon S3 Buckets][3].
|
|
487
487
|
#
|
|
488
|
-
# S3 on Outposts buckets
|
|
488
|
+
# S3 on Outposts buckets support:
|
|
489
489
|
#
|
|
490
|
-
# *
|
|
491
|
-
# buckets.
|
|
490
|
+
# * Tags
|
|
492
491
|
#
|
|
493
|
-
# *
|
|
492
|
+
# * LifecycleConfigurations for deleting expired objects
|
|
494
493
|
#
|
|
495
|
-
#
|
|
496
|
-
#
|
|
497
|
-
# * Bucket Location constraint
|
|
494
|
+
# For a list of Amazon S3 features not supported by Amazon S3 on
|
|
495
|
+
# Outposts, see [Unsupported Amazon S3 features][4].
|
|
498
496
|
#
|
|
499
497
|
# For an example of the request syntax for Amazon S3 on Outposts that
|
|
500
498
|
# uses the S3 on Outposts endpoint hostname prefix and
|
|
501
|
-
# `x-amz-outpost-id` in your API request, see the [Examples][
|
|
499
|
+
# `x-amz-outpost-id` in your API request, see the [Examples][5] section.
|
|
502
500
|
#
|
|
503
501
|
# The following actions are related to `CreateBucket` for Amazon S3 on
|
|
504
502
|
# Outposts:
|
|
505
503
|
#
|
|
506
|
-
# * [PutObject][
|
|
504
|
+
# * [PutObject][6]
|
|
507
505
|
#
|
|
508
|
-
# * [GetBucket][
|
|
506
|
+
# * [GetBucket][7]
|
|
509
507
|
#
|
|
510
|
-
# * [DeleteBucket][
|
|
508
|
+
# * [DeleteBucket][8]
|
|
511
509
|
#
|
|
512
|
-
# * [CreateAccessPoint][
|
|
510
|
+
# * [CreateAccessPoint][9]
|
|
513
511
|
#
|
|
514
|
-
# * [PutAccessPointPolicy][
|
|
512
|
+
# * [PutAccessPointPolicy][10]
|
|
515
513
|
#
|
|
516
514
|
#
|
|
517
515
|
#
|
|
518
516
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html
|
|
519
517
|
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html
|
|
520
518
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html#bucketnamingrules
|
|
521
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/
|
|
522
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
523
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
524
|
-
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
525
|
-
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
526
|
-
# [9]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
519
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html#S3OnOutpostsFeatureLimitations
|
|
520
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples
|
|
521
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
|
|
522
|
+
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html
|
|
523
|
+
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html
|
|
524
|
+
# [9]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html
|
|
525
|
+
# [10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html
|
|
527
526
|
#
|
|
528
527
|
# @option params [String] :acl
|
|
529
528
|
# The canned ACL to apply to the bucket.
|
|
@@ -630,13 +629,13 @@ module Aws::S3Control
|
|
|
630
629
|
req.send_request(options)
|
|
631
630
|
end
|
|
632
631
|
|
|
633
|
-
# You can use S3 Batch Operations to perform large-scale batch
|
|
634
|
-
#
|
|
635
|
-
#
|
|
636
|
-
#
|
|
637
|
-
#
|
|
632
|
+
# You can use S3 Batch Operations to perform large-scale batch actions
|
|
633
|
+
# on Amazon S3 objects. Batch Operations can run a single action on
|
|
634
|
+
# lists of Amazon S3 objects that you specify. For more information, see
|
|
635
|
+
# [S3 Batch Operations][1] in the *Amazon Simple Storage Service User
|
|
636
|
+
# Guide*.
|
|
638
637
|
#
|
|
639
|
-
# This
|
|
638
|
+
# This action creates a S3 Batch Operations job.
|
|
640
639
|
#
|
|
641
640
|
#
|
|
642
641
|
#
|
|
@@ -670,14 +669,13 @@ module Aws::S3Control
|
|
|
670
669
|
# S3 console.
|
|
671
670
|
#
|
|
672
671
|
# @option params [required, Types::JobOperation] :operation
|
|
673
|
-
# The
|
|
674
|
-
#
|
|
675
|
-
#
|
|
676
|
-
# Guide*.
|
|
672
|
+
# The action that you want this job to perform on every object listed in
|
|
673
|
+
# the manifest. For more information about the available actions, see
|
|
674
|
+
# [Operations][1] in the *Amazon Simple Storage Service User Guide*.
|
|
677
675
|
#
|
|
678
676
|
#
|
|
679
677
|
#
|
|
680
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-
|
|
678
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html
|
|
681
679
|
#
|
|
682
680
|
# @option params [required, Types::JobReport] :report
|
|
683
681
|
# Configuration parameters for the optional job-completion report.
|
|
@@ -704,7 +702,7 @@ module Aws::S3Control
|
|
|
704
702
|
# @option params [required, String] :role_arn
|
|
705
703
|
# The Amazon Resource Name (ARN) for the AWS Identity and Access
|
|
706
704
|
# Management (IAM) role that Batch Operations will use to run this
|
|
707
|
-
# job's
|
|
705
|
+
# job's action on every object in the manifest.
|
|
708
706
|
#
|
|
709
707
|
# @option params [Array<Types::S3Tag>] :tags
|
|
710
708
|
# A set of tags to associate with the S3 Batch Operations job. This is
|
|
@@ -981,9 +979,9 @@ module Aws::S3Control
|
|
|
981
979
|
req.send_request(options)
|
|
982
980
|
end
|
|
983
981
|
|
|
984
|
-
# <note markdown="1"> This
|
|
985
|
-
#
|
|
986
|
-
#
|
|
982
|
+
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket. To delete an S3
|
|
983
|
+
# bucket, see [DeleteBucket][1] in the *Amazon Simple Storage Service
|
|
984
|
+
# API*.
|
|
987
985
|
#
|
|
988
986
|
# </note>
|
|
989
987
|
#
|
|
@@ -991,7 +989,7 @@ module Aws::S3Control
|
|
|
991
989
|
# object versions and delete markers) in the bucket must be deleted
|
|
992
990
|
# before the bucket itself can be deleted. For more information, see
|
|
993
991
|
# [Using Amazon S3 on Outposts][2] in *Amazon Simple Storage Service
|
|
994
|
-
#
|
|
992
|
+
# User Guide*.
|
|
995
993
|
#
|
|
996
994
|
# All Amazon S3 on Outposts REST API requests for this action require an
|
|
997
995
|
# additional parameter of `x-amz-outpost-id` to be passed with the
|
|
@@ -1054,7 +1052,7 @@ module Aws::S3Control
|
|
|
1054
1052
|
req.send_request(options)
|
|
1055
1053
|
end
|
|
1056
1054
|
|
|
1057
|
-
# <note markdown="1"> This
|
|
1055
|
+
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket's lifecycle
|
|
1058
1056
|
# configuration. To delete an S3 bucket's lifecycle configuration, see
|
|
1059
1057
|
# [DeleteBucketLifecycle][1] in the *Amazon Simple Storage Service API*.
|
|
1060
1058
|
#
|
|
@@ -1066,10 +1064,10 @@ module Aws::S3Control
|
|
|
1066
1064
|
# objects never expire, and Amazon S3 on Outposts no longer
|
|
1067
1065
|
# automatically deletes any objects on the basis of rules contained in
|
|
1068
1066
|
# the deleted lifecycle configuration. For more information, see [Using
|
|
1069
|
-
# Amazon S3 on Outposts][2] in *Amazon Simple Storage Service
|
|
1067
|
+
# Amazon S3 on Outposts][2] in *Amazon Simple Storage Service User
|
|
1070
1068
|
# Guide*.
|
|
1071
1069
|
#
|
|
1072
|
-
# To use this
|
|
1070
|
+
# To use this action, you must have permission to perform the
|
|
1073
1071
|
# `s3-outposts:DeleteLifecycleConfiguration` action. By default, the
|
|
1074
1072
|
# bucket owner has this permission and the Outposts bucket owner can
|
|
1075
1073
|
# grant this permission to others.
|
|
@@ -1136,20 +1134,20 @@ module Aws::S3Control
|
|
|
1136
1134
|
req.send_request(options)
|
|
1137
1135
|
end
|
|
1138
1136
|
|
|
1139
|
-
# <note markdown="1"> This
|
|
1140
|
-
#
|
|
1141
|
-
#
|
|
1137
|
+
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket policy. To delete
|
|
1138
|
+
# an S3 bucket policy, see [DeleteBucketPolicy][1] in the *Amazon Simple
|
|
1139
|
+
# Storage Service API*.
|
|
1142
1140
|
#
|
|
1143
1141
|
# </note>
|
|
1144
1142
|
#
|
|
1145
|
-
# This implementation of the DELETE
|
|
1146
|
-
#
|
|
1147
|
-
#
|
|
1148
|
-
#
|
|
1143
|
+
# This implementation of the DELETE action uses the policy subresource
|
|
1144
|
+
# to delete the policy of a specified Amazon S3 on Outposts bucket. If
|
|
1145
|
+
# you are using an identity other than the root user of the AWS account
|
|
1146
|
+
# that owns the bucket, the calling identity must have the
|
|
1149
1147
|
# `s3-outposts:DeleteBucketPolicy` permissions on the specified Outposts
|
|
1150
|
-
# bucket and belong to the bucket owner's account to use this
|
|
1151
|
-
#
|
|
1152
|
-
#
|
|
1148
|
+
# bucket and belong to the bucket owner's account to use this action.
|
|
1149
|
+
# For more information, see [Using Amazon S3 on Outposts][2] in *Amazon
|
|
1150
|
+
# Simple Storage Service User Guide*.
|
|
1153
1151
|
#
|
|
1154
1152
|
# If you don't have `DeleteBucketPolicy` permissions, Amazon S3 returns
|
|
1155
1153
|
# a `403 Access Denied` error. If you have the correct permissions, but
|
|
@@ -1157,7 +1155,7 @@ module Aws::S3Control
|
|
|
1157
1155
|
# account, Amazon S3 returns a `405 Method Not Allowed` error.
|
|
1158
1156
|
#
|
|
1159
1157
|
# As a security precaution, the root user of the AWS account that owns a
|
|
1160
|
-
# bucket can always use this
|
|
1158
|
+
# bucket can always use this action, even if the policy explicitly
|
|
1161
1159
|
# denies the root user the ability to perform this action.
|
|
1162
1160
|
#
|
|
1163
1161
|
# For more information about bucket policies, see [Using Bucket Policies
|
|
@@ -1222,17 +1220,17 @@ module Aws::S3Control
|
|
|
1222
1220
|
req.send_request(options)
|
|
1223
1221
|
end
|
|
1224
1222
|
|
|
1225
|
-
# <note markdown="1"> This
|
|
1226
|
-
#
|
|
1227
|
-
#
|
|
1223
|
+
# <note markdown="1"> This action deletes an Amazon S3 on Outposts bucket's tags. To delete
|
|
1224
|
+
# an S3 bucket tags, see [DeleteBucketTagging][1] in the *Amazon Simple
|
|
1225
|
+
# Storage Service API*.
|
|
1228
1226
|
#
|
|
1229
1227
|
# </note>
|
|
1230
1228
|
#
|
|
1231
1229
|
# Deletes the tags from the Outposts bucket. For more information, see
|
|
1232
1230
|
# [Using Amazon S3 on Outposts][2] in *Amazon Simple Storage Service
|
|
1233
|
-
#
|
|
1231
|
+
# User Guide*.
|
|
1234
1232
|
#
|
|
1235
|
-
# To use this
|
|
1233
|
+
# To use this action, you must have permission to perform the
|
|
1236
1234
|
# `PutBucketTagging` action. By default, the bucket owner has this
|
|
1237
1235
|
# permission and can grant this permission to others.
|
|
1238
1236
|
#
|
|
@@ -1298,7 +1296,7 @@ module Aws::S3Control
|
|
|
1298
1296
|
# To use this operation, you must have permission to perform the
|
|
1299
1297
|
# `s3:DeleteJobTagging` action. For more information, see [Controlling
|
|
1300
1298
|
# access and labeling jobs using tags][1] in the *Amazon Simple Storage
|
|
1301
|
-
# Service
|
|
1299
|
+
# Service User Guide*.
|
|
1302
1300
|
#
|
|
1303
1301
|
#
|
|
1304
1302
|
#
|
|
@@ -1380,12 +1378,12 @@ module Aws::S3Control
|
|
|
1380
1378
|
# Deletes the Amazon S3 Storage Lens configuration. For more information
|
|
1381
1379
|
# about S3 Storage Lens, see [Assessing your storage activity and usage
|
|
1382
1380
|
# with Amazon S3 Storage Lens ][1] in the *Amazon Simple Storage Service
|
|
1383
|
-
#
|
|
1381
|
+
# User Guide*.
|
|
1384
1382
|
#
|
|
1385
1383
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
1386
1384
|
# `s3:DeleteStorageLensConfiguration` action. For more information, see
|
|
1387
1385
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
1388
|
-
# Simple Storage Service
|
|
1386
|
+
# Simple Storage Service User Guide*.
|
|
1389
1387
|
#
|
|
1390
1388
|
# </note>
|
|
1391
1389
|
#
|
|
@@ -1421,12 +1419,12 @@ module Aws::S3Control
|
|
|
1421
1419
|
# Deletes the Amazon S3 Storage Lens configuration tags. For more
|
|
1422
1420
|
# information about S3 Storage Lens, see [Assessing your storage
|
|
1423
1421
|
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
1424
|
-
# Simple Storage Service
|
|
1422
|
+
# Simple Storage Service User Guide*.
|
|
1425
1423
|
#
|
|
1426
1424
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
1427
1425
|
# `s3:DeleteStorageLensConfigurationTagging` action. For more
|
|
1428
1426
|
# information, see [Setting permissions to use Amazon S3 Storage
|
|
1429
|
-
# Lens][2] in the *Amazon Simple Storage Service
|
|
1427
|
+
# Lens][2] in the *Amazon Simple Storage Service User Guide*.
|
|
1430
1428
|
#
|
|
1431
1429
|
# </note>
|
|
1432
1430
|
#
|
|
@@ -1461,7 +1459,7 @@ module Aws::S3Control
|
|
|
1461
1459
|
|
|
1462
1460
|
# Retrieves the configuration parameters and status for a Batch
|
|
1463
1461
|
# Operations job. For more information, see [S3 Batch Operations][1] in
|
|
1464
|
-
# the *Amazon Simple Storage Service
|
|
1462
|
+
# the *Amazon Simple Storage Service User Guide*.
|
|
1465
1463
|
#
|
|
1466
1464
|
#
|
|
1467
1465
|
#
|
|
@@ -1772,14 +1770,14 @@ module Aws::S3Control
|
|
|
1772
1770
|
|
|
1773
1771
|
# Gets an Amazon S3 on Outposts bucket. For more information, see [
|
|
1774
1772
|
# Using Amazon S3 on Outposts][1] in the *Amazon Simple Storage Service
|
|
1775
|
-
#
|
|
1773
|
+
# User Guide*.
|
|
1776
1774
|
#
|
|
1777
1775
|
# If you are using an identity other than the root user of the AWS
|
|
1778
1776
|
# account that owns the bucket, the calling identity must have the
|
|
1779
1777
|
# `s3-outposts:GetBucket` permissions on the specified bucket and belong
|
|
1780
|
-
# to the bucket owner's account in order to use this
|
|
1781
|
-
#
|
|
1782
|
-
#
|
|
1778
|
+
# to the bucket owner's account in order to use this action. Only users
|
|
1779
|
+
# from Outposts bucket owner account with the right permissions can
|
|
1780
|
+
# perform actions on an Outposts bucket.
|
|
1783
1781
|
#
|
|
1784
1782
|
# If you don't have `s3-outposts:GetBucket` permissions or you're not
|
|
1785
1783
|
# using an identity that belongs to the bucket owner's account, Amazon
|
|
@@ -1856,7 +1854,7 @@ module Aws::S3Control
|
|
|
1856
1854
|
req.send_request(options)
|
|
1857
1855
|
end
|
|
1858
1856
|
|
|
1859
|
-
# <note markdown="1"> This
|
|
1857
|
+
# <note markdown="1"> This action gets an Amazon S3 on Outposts bucket's lifecycle
|
|
1860
1858
|
# configuration. To get an S3 bucket's lifecycle configuration, see
|
|
1861
1859
|
# [GetBucketLifecycleConfiguration][1] in the *Amazon Simple Storage
|
|
1862
1860
|
# Service API*.
|
|
@@ -1866,9 +1864,9 @@ module Aws::S3Control
|
|
|
1866
1864
|
# Returns the lifecycle configuration information set on the Outposts
|
|
1867
1865
|
# bucket. For more information, see [Using Amazon S3 on Outposts][2] and
|
|
1868
1866
|
# for information about lifecycle configuration, see [ Object Lifecycle
|
|
1869
|
-
# Management][3] in *Amazon Simple Storage Service
|
|
1867
|
+
# Management][3] in *Amazon Simple Storage Service User Guide*.
|
|
1870
1868
|
#
|
|
1871
|
-
# To use this
|
|
1869
|
+
# To use this action, you must have permission to perform the
|
|
1872
1870
|
# `s3-outposts:GetLifecycleConfiguration` action. The Outposts bucket
|
|
1873
1871
|
# owner has this permission, by default. The bucket owner can grant this
|
|
1874
1872
|
# permission to others. For more information about permissions, see
|
|
@@ -1982,12 +1980,12 @@ module Aws::S3Control
|
|
|
1982
1980
|
#
|
|
1983
1981
|
# Returns the policy of a specified Outposts bucket. For more
|
|
1984
1982
|
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
1985
|
-
# Simple Storage Service
|
|
1983
|
+
# Simple Storage Service User Guide*.
|
|
1986
1984
|
#
|
|
1987
1985
|
# If you are using an identity other than the root user of the AWS
|
|
1988
1986
|
# account that owns the bucket, the calling identity must have the
|
|
1989
1987
|
# `GetBucketPolicy` permissions on the specified bucket and belong to
|
|
1990
|
-
# the bucket owner's account in order to use this
|
|
1988
|
+
# the bucket owner's account in order to use this action.
|
|
1991
1989
|
#
|
|
1992
1990
|
# Only users from Outposts bucket owner account with the right
|
|
1993
1991
|
# permissions can perform actions on an Outposts bucket. If you don't
|
|
@@ -1996,7 +1994,7 @@ module Aws::S3Control
|
|
|
1996
1994
|
# returns a `403 Access Denied` error.
|
|
1997
1995
|
#
|
|
1998
1996
|
# As a security precaution, the root user of the AWS account that owns a
|
|
1999
|
-
# bucket can always use this
|
|
1997
|
+
# bucket can always use this action, even if the policy explicitly
|
|
2000
1998
|
# denies the root user the ability to perform this action.
|
|
2001
1999
|
#
|
|
2002
2000
|
# For more information about bucket policies, see [Using Bucket Policies
|
|
@@ -2070,17 +2068,17 @@ module Aws::S3Control
|
|
|
2070
2068
|
req.send_request(options)
|
|
2071
2069
|
end
|
|
2072
2070
|
|
|
2073
|
-
# <note markdown="1"> This
|
|
2074
|
-
#
|
|
2075
|
-
#
|
|
2071
|
+
# <note markdown="1"> This action gets an Amazon S3 on Outposts bucket's tags. To get an S3
|
|
2072
|
+
# bucket tags, see [GetBucketTagging][1] in the *Amazon Simple Storage
|
|
2073
|
+
# Service API*.
|
|
2076
2074
|
#
|
|
2077
2075
|
# </note>
|
|
2078
2076
|
#
|
|
2079
2077
|
# Returns the tag set associated with the Outposts bucket. For more
|
|
2080
2078
|
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
2081
|
-
# Simple Storage Service
|
|
2079
|
+
# Simple Storage Service User Guide*.
|
|
2082
2080
|
#
|
|
2083
|
-
# To use this
|
|
2081
|
+
# To use this action, you must have permission to perform the
|
|
2084
2082
|
# `GetBucketTagging` action. By default, the bucket owner has this
|
|
2085
2083
|
# permission and can grant this permission to others.
|
|
2086
2084
|
#
|
|
@@ -2161,7 +2159,7 @@ module Aws::S3Control
|
|
|
2161
2159
|
# Returns the tags on an S3 Batch Operations job. To use this operation,
|
|
2162
2160
|
# you must have permission to perform the `s3:GetJobTagging` action. For
|
|
2163
2161
|
# more information, see [Controlling access and labeling jobs using
|
|
2164
|
-
# tags][1] in the *Amazon Simple Storage Service
|
|
2162
|
+
# tags][1] in the *Amazon Simple Storage Service User Guide*.
|
|
2165
2163
|
#
|
|
2166
2164
|
#
|
|
2167
2165
|
#
|
|
@@ -2260,12 +2258,12 @@ module Aws::S3Control
|
|
|
2260
2258
|
|
|
2261
2259
|
# Gets the Amazon S3 Storage Lens configuration. For more information,
|
|
2262
2260
|
# see [Assessing your storage activity and usage with Amazon S3 Storage
|
|
2263
|
-
# Lens ][1] in the *Amazon Simple Storage Service
|
|
2261
|
+
# Lens ][1] in the *Amazon Simple Storage Service User Guide*.
|
|
2264
2262
|
#
|
|
2265
2263
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
2266
2264
|
# `s3:GetStorageLensConfiguration` action. For more information, see
|
|
2267
2265
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
2268
|
-
# Simple Storage Service
|
|
2266
|
+
# Simple Storage Service User Guide*.
|
|
2269
2267
|
#
|
|
2270
2268
|
# </note>
|
|
2271
2269
|
#
|
|
@@ -2330,12 +2328,12 @@ module Aws::S3Control
|
|
|
2330
2328
|
# Gets the tags of Amazon S3 Storage Lens configuration. For more
|
|
2331
2329
|
# information about S3 Storage Lens, see [Assessing your storage
|
|
2332
2330
|
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
2333
|
-
# Simple Storage Service
|
|
2331
|
+
# Simple Storage Service User Guide*.
|
|
2334
2332
|
#
|
|
2335
2333
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
2336
2334
|
# `s3:GetStorageLensConfigurationTagging` action. For more information,
|
|
2337
2335
|
# see [Setting permissions to use Amazon S3 Storage Lens][2] in the
|
|
2338
|
-
# *Amazon Simple Storage Service
|
|
2336
|
+
# *Amazon Simple Storage Service User Guide*.
|
|
2339
2337
|
#
|
|
2340
2338
|
# </note>
|
|
2341
2339
|
#
|
|
@@ -2478,7 +2476,7 @@ module Aws::S3Control
|
|
|
2478
2476
|
# Lists current S3 Batch Operations jobs and jobs that have ended within
|
|
2479
2477
|
# the last 30 days for the AWS account making the request. For more
|
|
2480
2478
|
# information, see [S3 Batch Operations][1] in the *Amazon Simple
|
|
2481
|
-
# Storage Service
|
|
2479
|
+
# Storage Service User Guide*.
|
|
2482
2480
|
#
|
|
2483
2481
|
# Related actions include:
|
|
2484
2482
|
#
|
|
@@ -2561,7 +2559,7 @@ module Aws::S3Control
|
|
|
2561
2559
|
# Returns a list of all Outposts buckets in an Outpost that are owned by
|
|
2562
2560
|
# the authenticated sender of the request. For more information, see
|
|
2563
2561
|
# [Using Amazon S3 on Outposts][1] in the *Amazon Simple Storage Service
|
|
2564
|
-
#
|
|
2562
|
+
# User Guide*.
|
|
2565
2563
|
#
|
|
2566
2564
|
# For an example of the request syntax for Amazon S3 on Outposts that
|
|
2567
2565
|
# uses the S3 on Outposts endpoint hostname prefix and
|
|
@@ -2624,12 +2622,12 @@ module Aws::S3Control
|
|
|
2624
2622
|
# Gets a list of Amazon S3 Storage Lens configurations. For more
|
|
2625
2623
|
# information about S3 Storage Lens, see [Assessing your storage
|
|
2626
2624
|
# activity and usage with Amazon S3 Storage Lens ][1] in the *Amazon
|
|
2627
|
-
# Simple Storage Service
|
|
2625
|
+
# Simple Storage Service User Guide*.
|
|
2628
2626
|
#
|
|
2629
2627
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
2630
2628
|
# `s3:ListStorageLensConfigurations` action. For more information, see
|
|
2631
2629
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
2632
|
-
# Simple Storage Service
|
|
2630
|
+
# Simple Storage Service User Guide*.
|
|
2633
2631
|
#
|
|
2634
2632
|
# </note>
|
|
2635
2633
|
#
|
|
@@ -2725,7 +2723,7 @@ module Aws::S3Control
|
|
|
2725
2723
|
# The policy that you want to apply to the specified access point. For
|
|
2726
2724
|
# more information about access point policies, see [Managing data
|
|
2727
2725
|
# access with Amazon S3 Access Points][1] in the *Amazon Simple Storage
|
|
2728
|
-
# Service
|
|
2726
|
+
# Service User Guide*.
|
|
2729
2727
|
#
|
|
2730
2728
|
#
|
|
2731
2729
|
#
|
|
@@ -2872,12 +2870,12 @@ module Aws::S3Control
|
|
|
2872
2870
|
#
|
|
2873
2871
|
# Applies an Amazon S3 bucket policy to an Outposts bucket. For more
|
|
2874
2872
|
# information, see [Using Amazon S3 on Outposts][2] in the *Amazon
|
|
2875
|
-
# Simple Storage Service
|
|
2873
|
+
# Simple Storage Service User Guide*.
|
|
2876
2874
|
#
|
|
2877
2875
|
# If you are using an identity other than the root user of the AWS
|
|
2878
2876
|
# account that owns the Outposts bucket, the calling identity must have
|
|
2879
2877
|
# the `PutBucketPolicy` permissions on the specified Outposts bucket and
|
|
2880
|
-
# belong to the bucket owner's account in order to use this
|
|
2878
|
+
# belong to the bucket owner's account in order to use this action.
|
|
2881
2879
|
#
|
|
2882
2880
|
# If you don't have `PutBucketPolicy` permissions, Amazon S3 returns a
|
|
2883
2881
|
# `403 Access Denied` error. If you have the correct permissions, but
|
|
@@ -2885,7 +2883,7 @@ module Aws::S3Control
|
|
|
2885
2883
|
# account, Amazon S3 returns a `405 Method Not Allowed` error.
|
|
2886
2884
|
#
|
|
2887
2885
|
# As a security precaution, the root user of the AWS account that owns a
|
|
2888
|
-
# bucket can always use this
|
|
2886
|
+
# bucket can always use this action, even if the policy explicitly
|
|
2889
2887
|
# denies the root user the ability to perform this action.
|
|
2890
2888
|
#
|
|
2891
2889
|
# For more information about bucket policies, see [Using Bucket Policies
|
|
@@ -2970,8 +2968,8 @@ module Aws::S3Control
|
|
|
2970
2968
|
# </note>
|
|
2971
2969
|
#
|
|
2972
2970
|
# Sets the tags for an Outposts bucket. For more information, see [Using
|
|
2973
|
-
# Amazon S3 on Outposts][2] in the *Amazon Simple Storage Service
|
|
2974
|
-
#
|
|
2971
|
+
# Amazon S3 on Outposts][2] in the *Amazon Simple Storage Service User
|
|
2972
|
+
# Guide*.
|
|
2975
2973
|
#
|
|
2976
2974
|
# Use tags to organize your AWS bill to reflect your own cost structure.
|
|
2977
2975
|
# To do this, sign up to get your AWS account bill with tag key values
|
|
@@ -2988,7 +2986,7 @@ module Aws::S3Control
|
|
|
2988
2986
|
#
|
|
2989
2987
|
# </note>
|
|
2990
2988
|
#
|
|
2991
|
-
# To use this
|
|
2989
|
+
# To use this action, you must have permissions to perform the
|
|
2992
2990
|
# `s3-outposts:PutBucketTagging` action. The Outposts bucket owner has
|
|
2993
2991
|
# this permission by default and can grant this permission to others.
|
|
2994
2992
|
# For more information about permissions, see [ Permissions Related to
|
|
@@ -3014,7 +3012,7 @@ module Aws::S3Control
|
|
|
3014
3012
|
#
|
|
3015
3013
|
# * Error code: `OperationAbortedError `
|
|
3016
3014
|
#
|
|
3017
|
-
# * Description: A conflicting conditional
|
|
3015
|
+
# * Description: A conflicting conditional action is currently in
|
|
3018
3016
|
# progress against this resource. Try again.
|
|
3019
3017
|
#
|
|
3020
3018
|
# ^
|
|
@@ -3110,7 +3108,7 @@ module Aws::S3Control
|
|
|
3110
3108
|
# [GetJobTagging][1], modify that tag set, and use this action to
|
|
3111
3109
|
# replace the tag set with the one you modified. For more information,
|
|
3112
3110
|
# see [Controlling access and labeling jobs using tags][2] in the
|
|
3113
|
-
# *Amazon Simple Storage Service
|
|
3111
|
+
# *Amazon Simple Storage Service User Guide*.
|
|
3114
3112
|
#
|
|
3115
3113
|
#
|
|
3116
3114
|
#
|
|
@@ -3143,7 +3141,7 @@ module Aws::S3Control
|
|
|
3143
3141
|
#
|
|
3144
3142
|
#
|
|
3145
3143
|
#
|
|
3146
|
-
# To use this
|
|
3144
|
+
# To use this action, you must have permission to perform the
|
|
3147
3145
|
# `s3:PutJobTagging` action.
|
|
3148
3146
|
#
|
|
3149
3147
|
# Related actions include:
|
|
@@ -3245,12 +3243,12 @@ module Aws::S3Control
|
|
|
3245
3243
|
|
|
3246
3244
|
# Puts an Amazon S3 Storage Lens configuration. For more information
|
|
3247
3245
|
# about S3 Storage Lens, see [Working with Amazon S3 Storage Lens][1] in
|
|
3248
|
-
# the *Amazon Simple Storage Service
|
|
3246
|
+
# the *Amazon Simple Storage Service User Guide*.
|
|
3249
3247
|
#
|
|
3250
3248
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
3251
3249
|
# `s3:PutStorageLensConfiguration` action. For more information, see
|
|
3252
3250
|
# [Setting permissions to use Amazon S3 Storage Lens][2] in the *Amazon
|
|
3253
|
-
# Simple Storage Service
|
|
3251
|
+
# Simple Storage Service User Guide*.
|
|
3254
3252
|
#
|
|
3255
3253
|
# </note>
|
|
3256
3254
|
#
|
|
@@ -3354,12 +3352,12 @@ module Aws::S3Control
|
|
|
3354
3352
|
# Put or replace tags on an existing Amazon S3 Storage Lens
|
|
3355
3353
|
# configuration. For more information about S3 Storage Lens, see
|
|
3356
3354
|
# [Assessing your storage activity and usage with Amazon S3 Storage Lens
|
|
3357
|
-
# ][1] in the *Amazon Simple Storage Service
|
|
3355
|
+
# ][1] in the *Amazon Simple Storage Service User Guide*.
|
|
3358
3356
|
#
|
|
3359
3357
|
# <note markdown="1"> To use this action, you must have permission to perform the
|
|
3360
3358
|
# `s3:PutStorageLensConfigurationTagging` action. For more information,
|
|
3361
3359
|
# see [Setting permissions to use Amazon S3 Storage Lens][2] in the
|
|
3362
|
-
# *Amazon Simple Storage Service
|
|
3360
|
+
# *Amazon Simple Storage Service User Guide*.
|
|
3363
3361
|
#
|
|
3364
3362
|
# </note>
|
|
3365
3363
|
#
|
|
@@ -3407,7 +3405,7 @@ module Aws::S3Control
|
|
|
3407
3405
|
|
|
3408
3406
|
# Updates an existing S3 Batch Operations job's priority. For more
|
|
3409
3407
|
# information, see [S3 Batch Operations][1] in the *Amazon Simple
|
|
3410
|
-
# Storage Service
|
|
3408
|
+
# Storage Service User Guide*.
|
|
3411
3409
|
#
|
|
3412
3410
|
#
|
|
3413
3411
|
#
|
|
@@ -3465,10 +3463,10 @@ module Aws::S3Control
|
|
|
3465
3463
|
req.send_request(options)
|
|
3466
3464
|
end
|
|
3467
3465
|
|
|
3468
|
-
# Updates the status for the specified job. Use this
|
|
3469
|
-
#
|
|
3470
|
-
#
|
|
3471
|
-
# Storage Service
|
|
3466
|
+
# Updates the status for the specified job. Use this action to confirm
|
|
3467
|
+
# that you want to run a job or to cancel an existing job. For more
|
|
3468
|
+
# information, see [S3 Batch Operations][1] in the *Amazon Simple
|
|
3469
|
+
# Storage Service User Guide*.
|
|
3472
3470
|
#
|
|
3473
3471
|
#
|
|
3474
3472
|
#
|
|
@@ -3546,7 +3544,7 @@ module Aws::S3Control
|
|
|
3546
3544
|
params: params,
|
|
3547
3545
|
config: config)
|
|
3548
3546
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
3549
|
-
context[:gem_version] = '1.
|
|
3547
|
+
context[:gem_version] = '1.29.0'
|
|
3550
3548
|
Seahorse::Client::Request.new(handlers, context)
|
|
3551
3549
|
end
|
|
3552
3550
|
|
|
@@ -618,14 +618,14 @@ module Aws::S3Control
|
|
|
618
618
|
# @return [Boolean]
|
|
619
619
|
#
|
|
620
620
|
# @!attribute [rw] operation
|
|
621
|
-
# The
|
|
622
|
-
#
|
|
623
|
-
#
|
|
624
|
-
#
|
|
621
|
+
# The action that you want this job to perform on every object listed
|
|
622
|
+
# in the manifest. For more information about the available actions,
|
|
623
|
+
# see [Operations][1] in the *Amazon Simple Storage Service User
|
|
624
|
+
# Guide*.
|
|
625
625
|
#
|
|
626
626
|
#
|
|
627
627
|
#
|
|
628
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-
|
|
628
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html
|
|
629
629
|
# @return [Types::JobOperation]
|
|
630
630
|
#
|
|
631
631
|
# @!attribute [rw] report
|
|
@@ -659,7 +659,7 @@ module Aws::S3Control
|
|
|
659
659
|
# @!attribute [rw] role_arn
|
|
660
660
|
# The Amazon Resource Name (ARN) for the AWS Identity and Access
|
|
661
661
|
# Management (IAM) role that Batch Operations will use to run this
|
|
662
|
-
# job's
|
|
662
|
+
# job's action on every object in the manifest.
|
|
663
663
|
# @return [String]
|
|
664
664
|
#
|
|
665
665
|
# @!attribute [rw] tags
|
|
@@ -1991,8 +1991,7 @@ module Aws::S3Control
|
|
|
1991
1991
|
|
|
1992
1992
|
# The operation that you want this job to perform on every object listed
|
|
1993
1993
|
# in the manifest. For more information about the available operations,
|
|
1994
|
-
# see [Operations][1] in the *Amazon Simple Storage Service
|
|
1995
|
-
# Guide*.
|
|
1994
|
+
# see [Operations][1] in the *Amazon Simple Storage Service User Guide*.
|
|
1996
1995
|
#
|
|
1997
1996
|
#
|
|
1998
1997
|
#
|
|
@@ -2135,7 +2134,7 @@ module Aws::S3Control
|
|
|
2135
2134
|
# operation that an S3 Batch Operations job passes every object to the
|
|
2136
2135
|
# underlying `PutObjectLegalHold` API. For more information, see
|
|
2137
2136
|
# [Using S3 Object Lock legal hold with S3 Batch Operations][1] in the
|
|
2138
|
-
# *Amazon Simple Storage Service
|
|
2137
|
+
# *Amazon Simple Storage Service User Guide*.
|
|
2139
2138
|
#
|
|
2140
2139
|
#
|
|
2141
2140
|
#
|
|
@@ -2147,8 +2146,7 @@ module Aws::S3Control
|
|
|
2147
2146
|
# action for an S3 Batch Operations job. Batch Operations passes every
|
|
2148
2147
|
# object to the underlying `PutObjectRetention` API. For more
|
|
2149
2148
|
# information, see [Using S3 Object Lock retention with S3 Batch
|
|
2150
|
-
# Operations][1] in the *Amazon Simple Storage Service
|
|
2151
|
-
# Guide*.
|
|
2149
|
+
# Operations][1] in the *Amazon Simple Storage Service User Guide*.
|
|
2152
2150
|
#
|
|
2153
2151
|
#
|
|
2154
2152
|
#
|
|
@@ -2962,7 +2960,7 @@ module Aws::S3Control
|
|
|
2962
2960
|
# Indicates whether this access point policy is public. For more
|
|
2963
2961
|
# information about how Amazon S3 evaluates policies to determine
|
|
2964
2962
|
# whether they are public, see [The Meaning of "Public"][1] in the
|
|
2965
|
-
# *Amazon Simple Storage Service
|
|
2963
|
+
# *Amazon Simple Storage Service User Guide*.
|
|
2966
2964
|
#
|
|
2967
2965
|
#
|
|
2968
2966
|
#
|
|
@@ -3161,7 +3159,7 @@ module Aws::S3Control
|
|
|
3161
3159
|
# The policy that you want to apply to the specified access point. For
|
|
3162
3160
|
# more information about access point policies, see [Managing data
|
|
3163
3161
|
# access with Amazon S3 Access Points][1] in the *Amazon Simple
|
|
3164
|
-
# Storage Service
|
|
3162
|
+
# Storage Service User Guide*.
|
|
3165
3163
|
#
|
|
3166
3164
|
#
|
|
3167
3165
|
#
|
|
@@ -4126,7 +4124,7 @@ module Aws::S3Control
|
|
|
4126
4124
|
# and `RetainUntilDate` data types in your operation, you will remove
|
|
4127
4125
|
# the retention from your objects. For more information, see [Using S3
|
|
4128
4126
|
# Object Lock retention with S3 Batch Operations][1] in the *Amazon
|
|
4129
|
-
# Simple Storage Service
|
|
4127
|
+
# Simple Storage Service User Guide*.
|
|
4130
4128
|
#
|
|
4131
4129
|
#
|
|
4132
4130
|
#
|
|
@@ -4208,7 +4206,7 @@ module Aws::S3Control
|
|
|
4208
4206
|
# that an S3 Batch Operations job passes every object to the underlying
|
|
4209
4207
|
# `PutObjectLegalHold` API. For more information, see [Using S3 Object
|
|
4210
4208
|
# Lock legal hold with S3 Batch Operations][1] in the *Amazon Simple
|
|
4211
|
-
# Storage Service
|
|
4209
|
+
# Storage Service User Guide*.
|
|
4212
4210
|
#
|
|
4213
4211
|
#
|
|
4214
4212
|
#
|
|
@@ -4240,7 +4238,7 @@ module Aws::S3Control
|
|
|
4240
4238
|
# action for an S3 Batch Operations job. Batch Operations passes every
|
|
4241
4239
|
# object to the underlying `PutObjectRetention` API. For more
|
|
4242
4240
|
# information, see [Using S3 Object Lock retention with S3 Batch
|
|
4243
|
-
# Operations][1] in the *Amazon Simple Storage Service
|
|
4241
|
+
# Operations][1] in the *Amazon Simple Storage Service User Guide*.
|
|
4244
4242
|
#
|
|
4245
4243
|
#
|
|
4246
4244
|
#
|
|
@@ -4267,7 +4265,7 @@ module Aws::S3Control
|
|
|
4267
4265
|
# Contains the Object Lock retention mode to be applied to all objects
|
|
4268
4266
|
# in the Batch Operations job. For more information, see [Using S3
|
|
4269
4267
|
# Object Lock retention with S3 Batch Operations][1] in the *Amazon
|
|
4270
|
-
# Simple Storage Service
|
|
4268
|
+
# Simple Storage Service User Guide*.
|
|
4271
4269
|
#
|
|
4272
4270
|
#
|
|
4273
4271
|
#
|
|
@@ -4687,7 +4685,7 @@ module Aws::S3Control
|
|
|
4687
4685
|
# Specifies when an object transitions to a specified storage class. For
|
|
4688
4686
|
# more information about Amazon S3 Lifecycle configuration rules, see [
|
|
4689
4687
|
# Transitioning objects using Amazon S3 Lifecycle][1] in the *Amazon
|
|
4690
|
-
# Simple Storage Service
|
|
4688
|
+
# Simple Storage Service User Guide*.
|
|
4691
4689
|
#
|
|
4692
4690
|
#
|
|
4693
4691
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3control
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.29.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: 2021-
|
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -47,11 +47,14 @@ dependencies:
|
|
|
47
47
|
description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
|
|
48
48
|
SDK for Ruby.
|
|
49
49
|
email:
|
|
50
|
-
-
|
|
50
|
+
- aws-dr-rubygems@amazon.com
|
|
51
51
|
executables: []
|
|
52
52
|
extensions: []
|
|
53
53
|
extra_rdoc_files: []
|
|
54
54
|
files:
|
|
55
|
+
- CHANGELOG.md
|
|
56
|
+
- LICENSE.txt
|
|
57
|
+
- VERSION
|
|
55
58
|
- lib/aws-sdk-s3control.rb
|
|
56
59
|
- lib/aws-sdk-s3control/arn/outpost_access_point_arn.rb
|
|
57
60
|
- lib/aws-sdk-s3control/arn/outpost_bucket_arn.rb
|