aws-sdk-s3 1.63.1 → 1.67.1
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/lib/aws-sdk-s3.rb +1 -1
- data/lib/aws-sdk-s3/bucket.rb +3 -3
- data/lib/aws-sdk-s3/bucket_cors.rb +1 -1
- data/lib/aws-sdk-s3/bucket_website.rb +4 -2
- data/lib/aws-sdk-s3/client.rb +522 -646
- data/lib/aws-sdk-s3/client_api.rb +18 -18
- data/lib/aws-sdk-s3/customizations/bucket.rb +2 -0
- data/lib/aws-sdk-s3/customizations/object.rb +5 -1
- data/lib/aws-sdk-s3/customizations/object_summary.rb +3 -0
- data/lib/aws-sdk-s3/encryption/client.rb +1 -1
- data/lib/aws-sdk-s3/event_streams.rb +5 -0
- data/lib/aws-sdk-s3/multipart_upload.rb +1 -1
- data/lib/aws-sdk-s3/object.rb +14 -4
- data/lib/aws-sdk-s3/object_summary.rb +12 -3
- data/lib/aws-sdk-s3/object_version.rb +15 -1
- data/lib/aws-sdk-s3/plugins/expect_100_continue.rb +1 -4
- data/lib/aws-sdk-s3/plugins/http_200_errors.rb +1 -1
- data/lib/aws-sdk-s3/presigner.rb +0 -3
- data/lib/aws-sdk-s3/resource.rb +1 -1
- data/lib/aws-sdk-s3/types.rb +138 -37
- metadata +4 -4
@@ -1669,7 +1669,7 @@ module Aws::S3
|
|
1669
1669
|
PutBucketAclRequest.add_member(:acl, Shapes::ShapeRef.new(shape: BucketCannedACL, location: "header", location_name: "x-amz-acl"))
|
1670
1670
|
PutBucketAclRequest.add_member(:access_control_policy, Shapes::ShapeRef.new(shape: AccessControlPolicy, location_name: "AccessControlPolicy", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1671
1671
|
PutBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1672
|
-
PutBucketAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1672
|
+
PutBucketAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1673
1673
|
PutBucketAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
1674
1674
|
PutBucketAclRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
1675
1675
|
PutBucketAclRequest.add_member(:grant_read_acp, Shapes::ShapeRef.new(shape: GrantReadACP, location: "header", location_name: "x-amz-grant-read-acp"))
|
@@ -1688,13 +1688,13 @@ module Aws::S3
|
|
1688
1688
|
|
1689
1689
|
PutBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1690
1690
|
PutBucketCorsRequest.add_member(:cors_configuration, Shapes::ShapeRef.new(shape: CORSConfiguration, required: true, location_name: "CORSConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1691
|
-
PutBucketCorsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1691
|
+
PutBucketCorsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1692
1692
|
PutBucketCorsRequest.struct_class = Types::PutBucketCorsRequest
|
1693
1693
|
PutBucketCorsRequest[:payload] = :cors_configuration
|
1694
1694
|
PutBucketCorsRequest[:payload_member] = PutBucketCorsRequest.member(:cors_configuration)
|
1695
1695
|
|
1696
1696
|
PutBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1697
|
-
PutBucketEncryptionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1697
|
+
PutBucketEncryptionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1698
1698
|
PutBucketEncryptionRequest.add_member(:server_side_encryption_configuration, Shapes::ShapeRef.new(shape: ServerSideEncryptionConfiguration, required: true, location_name: "ServerSideEncryptionConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1699
1699
|
PutBucketEncryptionRequest.struct_class = Types::PutBucketEncryptionRequest
|
1700
1700
|
PutBucketEncryptionRequest[:payload] = :server_side_encryption_configuration
|
@@ -1714,7 +1714,7 @@ module Aws::S3
|
|
1714
1714
|
PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
|
1715
1715
|
|
1716
1716
|
PutBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1717
|
-
PutBucketLifecycleRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1717
|
+
PutBucketLifecycleRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1718
1718
|
PutBucketLifecycleRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1719
1719
|
PutBucketLifecycleRequest.struct_class = Types::PutBucketLifecycleRequest
|
1720
1720
|
PutBucketLifecycleRequest[:payload] = :lifecycle_configuration
|
@@ -1722,7 +1722,7 @@ module Aws::S3
|
|
1722
1722
|
|
1723
1723
|
PutBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1724
1724
|
PutBucketLoggingRequest.add_member(:bucket_logging_status, Shapes::ShapeRef.new(shape: BucketLoggingStatus, required: true, location_name: "BucketLoggingStatus", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1725
|
-
PutBucketLoggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1725
|
+
PutBucketLoggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1726
1726
|
PutBucketLoggingRequest.struct_class = Types::PutBucketLoggingRequest
|
1727
1727
|
PutBucketLoggingRequest[:payload] = :bucket_logging_status
|
1728
1728
|
PutBucketLoggingRequest[:payload_member] = PutBucketLoggingRequest.member(:bucket_logging_status)
|
@@ -1741,14 +1741,14 @@ module Aws::S3
|
|
1741
1741
|
PutBucketNotificationConfigurationRequest[:payload_member] = PutBucketNotificationConfigurationRequest.member(:notification_configuration)
|
1742
1742
|
|
1743
1743
|
PutBucketNotificationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1744
|
-
PutBucketNotificationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1744
|
+
PutBucketNotificationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1745
1745
|
PutBucketNotificationRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfigurationDeprecated, required: true, location_name: "NotificationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1746
1746
|
PutBucketNotificationRequest.struct_class = Types::PutBucketNotificationRequest
|
1747
1747
|
PutBucketNotificationRequest[:payload] = :notification_configuration
|
1748
1748
|
PutBucketNotificationRequest[:payload_member] = PutBucketNotificationRequest.member(:notification_configuration)
|
1749
1749
|
|
1750
1750
|
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1751
|
-
PutBucketPolicyRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1751
|
+
PutBucketPolicyRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1752
1752
|
PutBucketPolicyRequest.add_member(:confirm_remove_self_bucket_access, Shapes::ShapeRef.new(shape: ConfirmRemoveSelfBucketAccess, location: "header", location_name: "x-amz-confirm-remove-self-bucket-access"))
|
1753
1753
|
PutBucketPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1754
1754
|
PutBucketPolicyRequest.struct_class = Types::PutBucketPolicyRequest
|
@@ -1756,7 +1756,7 @@ module Aws::S3
|
|
1756
1756
|
PutBucketPolicyRequest[:payload_member] = PutBucketPolicyRequest.member(:policy)
|
1757
1757
|
|
1758
1758
|
PutBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1759
|
-
PutBucketReplicationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1759
|
+
PutBucketReplicationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1760
1760
|
PutBucketReplicationRequest.add_member(:replication_configuration, Shapes::ShapeRef.new(shape: ReplicationConfiguration, required: true, location_name: "ReplicationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1761
1761
|
PutBucketReplicationRequest.add_member(:token, Shapes::ShapeRef.new(shape: ObjectLockToken, location: "header", location_name: "x-amz-bucket-object-lock-token"))
|
1762
1762
|
PutBucketReplicationRequest.struct_class = Types::PutBucketReplicationRequest
|
@@ -1764,21 +1764,21 @@ module Aws::S3
|
|
1764
1764
|
PutBucketReplicationRequest[:payload_member] = PutBucketReplicationRequest.member(:replication_configuration)
|
1765
1765
|
|
1766
1766
|
PutBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1767
|
-
PutBucketRequestPaymentRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1767
|
+
PutBucketRequestPaymentRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1768
1768
|
PutBucketRequestPaymentRequest.add_member(:request_payment_configuration, Shapes::ShapeRef.new(shape: RequestPaymentConfiguration, required: true, location_name: "RequestPaymentConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1769
1769
|
PutBucketRequestPaymentRequest.struct_class = Types::PutBucketRequestPaymentRequest
|
1770
1770
|
PutBucketRequestPaymentRequest[:payload] = :request_payment_configuration
|
1771
1771
|
PutBucketRequestPaymentRequest[:payload_member] = PutBucketRequestPaymentRequest.member(:request_payment_configuration)
|
1772
1772
|
|
1773
1773
|
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1774
|
-
PutBucketTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1774
|
+
PutBucketTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1775
1775
|
PutBucketTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1776
1776
|
PutBucketTaggingRequest.struct_class = Types::PutBucketTaggingRequest
|
1777
1777
|
PutBucketTaggingRequest[:payload] = :tagging
|
1778
1778
|
PutBucketTaggingRequest[:payload_member] = PutBucketTaggingRequest.member(:tagging)
|
1779
1779
|
|
1780
1780
|
PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1781
|
-
PutBucketVersioningRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1781
|
+
PutBucketVersioningRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1782
1782
|
PutBucketVersioningRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
1783
1783
|
PutBucketVersioningRequest.add_member(:versioning_configuration, Shapes::ShapeRef.new(shape: VersioningConfiguration, required: true, location_name: "VersioningConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1784
1784
|
PutBucketVersioningRequest.struct_class = Types::PutBucketVersioningRequest
|
@@ -1786,7 +1786,7 @@ module Aws::S3
|
|
1786
1786
|
PutBucketVersioningRequest[:payload_member] = PutBucketVersioningRequest.member(:versioning_configuration)
|
1787
1787
|
|
1788
1788
|
PutBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1789
|
-
PutBucketWebsiteRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1789
|
+
PutBucketWebsiteRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1790
1790
|
PutBucketWebsiteRequest.add_member(:website_configuration, Shapes::ShapeRef.new(shape: WebsiteConfiguration, required: true, location_name: "WebsiteConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1791
1791
|
PutBucketWebsiteRequest.struct_class = Types::PutBucketWebsiteRequest
|
1792
1792
|
PutBucketWebsiteRequest[:payload] = :website_configuration
|
@@ -1798,7 +1798,7 @@ module Aws::S3
|
|
1798
1798
|
PutObjectAclRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
1799
1799
|
PutObjectAclRequest.add_member(:access_control_policy, Shapes::ShapeRef.new(shape: AccessControlPolicy, location_name: "AccessControlPolicy", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1800
1800
|
PutObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1801
|
-
PutObjectAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1801
|
+
PutObjectAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1802
1802
|
PutObjectAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
1803
1803
|
PutObjectAclRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
1804
1804
|
PutObjectAclRequest.add_member(:grant_read_acp, Shapes::ShapeRef.new(shape: GrantReadACP, location: "header", location_name: "x-amz-grant-read-acp"))
|
@@ -1819,7 +1819,7 @@ module Aws::S3
|
|
1819
1819
|
PutObjectLegalHoldRequest.add_member(:legal_hold, Shapes::ShapeRef.new(shape: ObjectLockLegalHold, location_name: "LegalHold", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1820
1820
|
PutObjectLegalHoldRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1821
1821
|
PutObjectLegalHoldRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1822
|
-
PutObjectLegalHoldRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1822
|
+
PutObjectLegalHoldRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1823
1823
|
PutObjectLegalHoldRequest.struct_class = Types::PutObjectLegalHoldRequest
|
1824
1824
|
PutObjectLegalHoldRequest[:payload] = :legal_hold
|
1825
1825
|
PutObjectLegalHoldRequest[:payload_member] = PutObjectLegalHoldRequest.member(:legal_hold)
|
@@ -1831,7 +1831,7 @@ module Aws::S3
|
|
1831
1831
|
PutObjectLockConfigurationRequest.add_member(:object_lock_configuration, Shapes::ShapeRef.new(shape: ObjectLockConfiguration, location_name: "ObjectLockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1832
1832
|
PutObjectLockConfigurationRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1833
1833
|
PutObjectLockConfigurationRequest.add_member(:token, Shapes::ShapeRef.new(shape: ObjectLockToken, location: "header", location_name: "x-amz-bucket-object-lock-token"))
|
1834
|
-
PutObjectLockConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1834
|
+
PutObjectLockConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1835
1835
|
PutObjectLockConfigurationRequest.struct_class = Types::PutObjectLockConfigurationRequest
|
1836
1836
|
PutObjectLockConfigurationRequest[:payload] = :object_lock_configuration
|
1837
1837
|
PutObjectLockConfigurationRequest[:payload_member] = PutObjectLockConfigurationRequest.member(:object_lock_configuration)
|
@@ -1890,7 +1890,7 @@ module Aws::S3
|
|
1890
1890
|
PutObjectRetentionRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1891
1891
|
PutObjectRetentionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1892
1892
|
PutObjectRetentionRequest.add_member(:bypass_governance_retention, Shapes::ShapeRef.new(shape: BypassGovernanceRetention, location: "header", location_name: "x-amz-bypass-governance-retention"))
|
1893
|
-
PutObjectRetentionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1893
|
+
PutObjectRetentionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1894
1894
|
PutObjectRetentionRequest.struct_class = Types::PutObjectRetentionRequest
|
1895
1895
|
PutObjectRetentionRequest[:payload] = :retention
|
1896
1896
|
PutObjectRetentionRequest[:payload_member] = PutObjectRetentionRequest.member(:retention)
|
@@ -1901,14 +1901,14 @@ module Aws::S3
|
|
1901
1901
|
PutObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1902
1902
|
PutObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1903
1903
|
PutObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1904
|
-
PutObjectTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1904
|
+
PutObjectTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1905
1905
|
PutObjectTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1906
1906
|
PutObjectTaggingRequest.struct_class = Types::PutObjectTaggingRequest
|
1907
1907
|
PutObjectTaggingRequest[:payload] = :tagging
|
1908
1908
|
PutObjectTaggingRequest[:payload_member] = PutObjectTaggingRequest.member(:tagging)
|
1909
1909
|
|
1910
1910
|
PutPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1911
|
-
PutPublicAccessBlockRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1911
|
+
PutPublicAccessBlockRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, deprecated: true, location: "header", location_name: "Content-MD5", metadata: {"deprecatedMessage"=>"Content-MD5 header will now be automatically computed and injected in associated operation's Http request."}))
|
1912
1912
|
PutPublicAccessBlockRequest.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, required: true, location_name: "PublicAccessBlockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1913
1913
|
PutPublicAccessBlockRequest.struct_class = Types::PutPublicAccessBlockRequest
|
1914
1914
|
PutPublicAccessBlockRequest[:payload] = :public_access_block_configuration
|
@@ -5,6 +5,8 @@ module Aws
|
|
5
5
|
class Bucket
|
6
6
|
# Save the old initialize method so that we can call 'super'.
|
7
7
|
old_initialize = instance_method(:initialize)
|
8
|
+
# Make the method redefinable
|
9
|
+
alias_method :initialize, :initialize
|
8
10
|
# Define a new initialize method that extracts out a bucket ARN.
|
9
11
|
define_method(:initialize) do |*args|
|
10
12
|
old_initialize.bind(self).call(*args)
|
@@ -3,6 +3,9 @@ module Aws
|
|
3
3
|
class Object
|
4
4
|
alias size content_length
|
5
5
|
|
6
|
+
# Make the method redefinable
|
7
|
+
alias_method :copy_from, :copy_from
|
8
|
+
|
6
9
|
# Copies another object to this object. Use `multipart_copy: true`
|
7
10
|
# for large objects. This is required for objects that exceed 5GB.
|
8
11
|
#
|
@@ -25,7 +28,8 @@ module Aws
|
|
25
28
|
#
|
26
29
|
# @option options [Integer] :content_length Only used when
|
27
30
|
# `:multipart_copy` is `true`. Passing this options avoids a HEAD
|
28
|
-
# request to query the source object size.
|
31
|
+
# request to query the source object size. Raises an `ArgumentError` if
|
32
|
+
# this option is provided when `:multipart_copy` is `false` or not set.
|
29
33
|
#
|
30
34
|
# @option options [S3::Client] :copy_source_client Only used when
|
31
35
|
# `:multipart_copy` is `true` and the source object is in a
|
@@ -181,7 +181,7 @@ module Aws
|
|
181
181
|
|
182
182
|
extend Deprecations
|
183
183
|
extend Forwardable
|
184
|
-
def_delegators :@client, :config, :delete_object, :head_object
|
184
|
+
def_delegators :@client, :config, :delete_object, :head_object, :build_request
|
185
185
|
|
186
186
|
# Creates a new encryption client. You must provide one of the following
|
187
187
|
# options:
|
@@ -41,6 +41,10 @@ module Aws::S3
|
|
41
41
|
@event_emitter.on(:initial_response, block) if block_given?
|
42
42
|
end
|
43
43
|
|
44
|
+
def on_unknown_event(&block)
|
45
|
+
@event_emitter.on(:unknown_event, block) if block_given?
|
46
|
+
end
|
47
|
+
|
44
48
|
def on_event(&block)
|
45
49
|
on_records_event(&block)
|
46
50
|
on_stats_event(&block)
|
@@ -49,6 +53,7 @@ module Aws::S3
|
|
49
53
|
on_end_event(&block)
|
50
54
|
on_error_event(&block)
|
51
55
|
on_initial_response_event(&block)
|
56
|
+
on_unknown_event(&block)
|
52
57
|
end
|
53
58
|
|
54
59
|
# @api private
|
data/lib/aws-sdk-s3/object.rb
CHANGED
@@ -216,7 +216,8 @@ module Aws::S3
|
|
216
216
|
end
|
217
217
|
|
218
218
|
# Provides storage class information of the object. Amazon S3 returns
|
219
|
-
# this header for all objects except for Standard storage class
|
219
|
+
# this header for all objects except for S3 Standard storage class
|
220
|
+
# objects.
|
220
221
|
#
|
221
222
|
# For more information, see [Storage Classes][1].
|
222
223
|
#
|
@@ -744,7 +745,16 @@ module Aws::S3
|
|
744
745
|
# @option options [String] :range
|
745
746
|
# Downloads the specified range bytes of an object. For more information
|
746
747
|
# about the HTTP Range header, see
|
747
|
-
# [
|
748
|
+
# [https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35][1].
|
749
|
+
#
|
750
|
+
# <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
|
751
|
+
# `GET` request.
|
752
|
+
#
|
753
|
+
# </note>
|
754
|
+
#
|
755
|
+
#
|
756
|
+
#
|
757
|
+
# [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
|
748
758
|
# @option options [String] :response_cache_control
|
749
759
|
# Sets the `Cache-Control` header of the response.
|
750
760
|
# @option options [String] :response_content_disposition
|
@@ -1051,8 +1061,8 @@ module Aws::S3
|
|
1051
1061
|
# The server-side encryption algorithm used when storing this object in
|
1052
1062
|
# Amazon S3 (for example, AES256, aws:kms).
|
1053
1063
|
# @option options [String] :storage_class
|
1054
|
-
# If you don't specify, Standard is the default storage class.
|
1055
|
-
# S3 supports other storage classes.
|
1064
|
+
# If you don't specify, S3 Standard is the default storage class.
|
1065
|
+
# Amazon S3 supports other storage classes.
|
1056
1066
|
# @option options [String] :website_redirect_location
|
1057
1067
|
# If the bucket is configured as a website, redirects requests for this
|
1058
1068
|
# object to another object in the same bucket or to an external URL.
|
@@ -495,7 +495,16 @@ module Aws::S3
|
|
495
495
|
# @option options [String] :range
|
496
496
|
# Downloads the specified range bytes of an object. For more information
|
497
497
|
# about the HTTP Range header, see
|
498
|
-
# [
|
498
|
+
# [https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35][1].
|
499
|
+
#
|
500
|
+
# <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
|
501
|
+
# `GET` request.
|
502
|
+
#
|
503
|
+
# </note>
|
504
|
+
#
|
505
|
+
#
|
506
|
+
#
|
507
|
+
# [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
|
499
508
|
# @option options [String] :response_cache_control
|
500
509
|
# Sets the `Cache-Control` header of the response.
|
501
510
|
# @option options [String] :response_content_disposition
|
@@ -802,8 +811,8 @@ module Aws::S3
|
|
802
811
|
# The server-side encryption algorithm used when storing this object in
|
803
812
|
# Amazon S3 (for example, AES256, aws:kms).
|
804
813
|
# @option options [String] :storage_class
|
805
|
-
# If you don't specify, Standard is the default storage class.
|
806
|
-
# S3 supports other storage classes.
|
814
|
+
# If you don't specify, S3 Standard is the default storage class.
|
815
|
+
# Amazon S3 supports other storage classes.
|
807
816
|
# @option options [String] :website_redirect_location
|
808
817
|
# If the bucket is configured as a website, redirects requests for this
|
809
818
|
# object to another object in the same bucket or to an external URL.
|
@@ -299,7 +299,16 @@ module Aws::S3
|
|
299
299
|
# @option options [String] :range
|
300
300
|
# Downloads the specified range bytes of an object. For more information
|
301
301
|
# about the HTTP Range header, see
|
302
|
-
# [
|
302
|
+
# [https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35][1].
|
303
|
+
#
|
304
|
+
# <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
|
305
|
+
# `GET` request.
|
306
|
+
#
|
307
|
+
# </note>
|
308
|
+
#
|
309
|
+
#
|
310
|
+
#
|
311
|
+
# [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
|
303
312
|
# @option options [String] :response_cache_control
|
304
313
|
# Sets the `Cache-Control` header of the response.
|
305
314
|
# @option options [String] :response_content_disposition
|
@@ -382,6 +391,11 @@ module Aws::S3
|
|
382
391
|
# Downloads the specified range bytes of an object. For more information
|
383
392
|
# about the HTTP Range header, see
|
384
393
|
# [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35]().
|
394
|
+
#
|
395
|
+
# <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
|
396
|
+
# `GET` request.
|
397
|
+
#
|
398
|
+
# </note>
|
385
399
|
# @option options [String] :sse_customer_algorithm
|
386
400
|
# Specifies the algorithm to use to when encrypting the object (for
|
387
401
|
# example, AES256).
|
@@ -13,10 +13,7 @@ module Aws
|
|
13
13
|
class Handler < Seahorse::Client::Handler
|
14
14
|
|
15
15
|
def call(context)
|
16
|
-
if
|
17
|
-
context.http_request.body &&
|
18
|
-
context.http_request.body.size > 0
|
19
|
-
then
|
16
|
+
if context.http_request.body && context.http_request.body.size > 0
|
20
17
|
context.http_request.headers['expect'] = '100-continue'
|
21
18
|
end
|
22
19
|
@handler.call(context)
|
@@ -27,7 +27,7 @@ module Aws
|
|
27
27
|
error_code = xml.match(/<Code>(.+?)<\/Code>/)[1]
|
28
28
|
error_message = xml.match(/<Message>(.+?)<\/Message>/)[1]
|
29
29
|
S3::Errors.error_class(error_code).new(context, error_message)
|
30
|
-
elsif !xml.match(
|
30
|
+
elsif !xml.match(/<\w/) # Must have the start of an XML Tag
|
31
31
|
# Other incomplete xml bodies will result in XML ParsingError
|
32
32
|
Seahorse::Client::NetworkingError.new(
|
33
33
|
S3::Errors
|
data/lib/aws-sdk-s3/presigner.rb
CHANGED
@@ -128,9 +128,6 @@ module Aws
|
|
128
128
|
private
|
129
129
|
|
130
130
|
def _presigned_request(method, params, hoist = true)
|
131
|
-
if params[:key].nil? or params[:key] == ''
|
132
|
-
raise ArgumentError, ":key must not be blank"
|
133
|
-
end
|
134
131
|
virtual_host = params.delete(:virtual_host)
|
135
132
|
time = params.delete(:time)
|
136
133
|
unsigned_headers = unsigned_headers(params)
|
data/lib/aws-sdk-s3/resource.rb
CHANGED
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -389,8 +389,14 @@ module Aws::S3
|
|
389
389
|
# @return [String]
|
390
390
|
#
|
391
391
|
# @!attribute [rw] bucket_account_id
|
392
|
-
# The account ID that owns the destination bucket. If no account ID
|
393
|
-
# provided, the owner
|
392
|
+
# The account ID that owns the destination S3 bucket. If no account ID
|
393
|
+
# is provided, the owner is not validated before exporting data.
|
394
|
+
#
|
395
|
+
# <note markdown="1"> Although this value is optional, we strongly recommend that you set
|
396
|
+
# it to help prevent problems if the destination bucket ownership
|
397
|
+
# changes.
|
398
|
+
#
|
399
|
+
# </note>
|
394
400
|
# @return [String]
|
395
401
|
#
|
396
402
|
# @!attribute [rw] bucket
|
@@ -2616,9 +2622,9 @@ module Aws::S3
|
|
2616
2622
|
# @return [String]
|
2617
2623
|
#
|
2618
2624
|
# @!attribute [rw] storage_class
|
2619
|
-
# The storage class to use when replicating objects, such as
|
2620
|
-
# or reduced redundancy. By default, Amazon S3 uses the
|
2621
|
-
# of the source object to create the object replica.
|
2625
|
+
# The storage class to use when replicating objects, such as S3
|
2626
|
+
# Standard or reduced redundancy. By default, Amazon S3 uses the
|
2627
|
+
# storage class of the source object to create the object replica.
|
2622
2628
|
#
|
2623
2629
|
# For valid values, see the `StorageClass` element of the [PUT Bucket
|
2624
2630
|
# replication][1] action in the *Amazon Simple Storage Service API
|
@@ -3916,7 +3922,8 @@ module Aws::S3
|
|
3916
3922
|
# @!attribute [rw] location_constraint
|
3917
3923
|
# Specifies the Region where the bucket resides. For a list of all the
|
3918
3924
|
# Amazon S3 supported location constraints by Region, see [Regions and
|
3919
|
-
# Endpoints][1].
|
3925
|
+
# Endpoints][1]. Buckets in Region `us-east-1` have a
|
3926
|
+
# LocationConstraint of `null`.
|
3920
3927
|
#
|
3921
3928
|
#
|
3922
3929
|
#
|
@@ -4028,7 +4035,7 @@ module Aws::S3
|
|
4028
4035
|
# }
|
4029
4036
|
#
|
4030
4037
|
# @!attribute [rw] bucket
|
4031
|
-
# Name of the bucket for which to get the notification configuration
|
4038
|
+
# Name of the bucket for which to get the notification configuration.
|
4032
4039
|
# @return [String]
|
4033
4040
|
#
|
4034
4041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetBucketNotificationConfigurationRequest AWS API Documentation
|
@@ -4229,11 +4236,13 @@ module Aws::S3
|
|
4229
4236
|
# @return [Types::RedirectAllRequestsTo]
|
4230
4237
|
#
|
4231
4238
|
# @!attribute [rw] index_document
|
4232
|
-
# The name of the index document for the website
|
4239
|
+
# The name of the index document for the website (for example
|
4240
|
+
# `index.html`).
|
4233
4241
|
# @return [Types::IndexDocument]
|
4234
4242
|
#
|
4235
4243
|
# @!attribute [rw] error_document
|
4236
|
-
# The name of the error document for
|
4244
|
+
# The object key name of the website error document to use for 4XX
|
4245
|
+
# class errors.
|
4237
4246
|
# @return [Types::ErrorDocument]
|
4238
4247
|
#
|
4239
4248
|
# @!attribute [rw] routing_rules
|
@@ -4570,7 +4579,7 @@ module Aws::S3
|
|
4570
4579
|
#
|
4571
4580
|
# @!attribute [rw] storage_class
|
4572
4581
|
# Provides storage class information of the object. Amazon S3 returns
|
4573
|
-
# this header for all objects except for Standard storage class
|
4582
|
+
# this header for all objects except for S3 Standard storage class
|
4574
4583
|
# objects.
|
4575
4584
|
# @return [String]
|
4576
4585
|
#
|
@@ -4713,7 +4722,16 @@ module Aws::S3
|
|
4713
4722
|
# @!attribute [rw] range
|
4714
4723
|
# Downloads the specified range bytes of an object. For more
|
4715
4724
|
# information about the HTTP Range header, see
|
4716
|
-
# [
|
4725
|
+
# [https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35][1].
|
4726
|
+
#
|
4727
|
+
# <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
|
4728
|
+
# `GET` request.
|
4729
|
+
#
|
4730
|
+
# </note>
|
4731
|
+
#
|
4732
|
+
#
|
4733
|
+
#
|
4734
|
+
# [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
|
4717
4735
|
# @return [String]
|
4718
4736
|
#
|
4719
4737
|
# @!attribute [rw] response_cache_control
|
@@ -5027,7 +5045,7 @@ module Aws::S3
|
|
5027
5045
|
include Aws::Structure
|
5028
5046
|
end
|
5029
5047
|
|
5030
|
-
# Container for Glacier job parameters.
|
5048
|
+
# Container for S3 Glacier job parameters.
|
5031
5049
|
#
|
5032
5050
|
# @note When making an API call, you may pass GlacierJobParameters
|
5033
5051
|
# data as a hash:
|
@@ -5037,7 +5055,7 @@ module Aws::S3
|
|
5037
5055
|
# }
|
5038
5056
|
#
|
5039
5057
|
# @!attribute [rw] tier
|
5040
|
-
# Glacier retrieval tier at which the restore will be processed.
|
5058
|
+
# S3 Glacier retrieval tier at which the restore will be processed.
|
5041
5059
|
# @return [String]
|
5042
5060
|
#
|
5043
5061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GlacierJobParameters AWS API Documentation
|
@@ -5098,6 +5116,34 @@ module Aws::S3
|
|
5098
5116
|
#
|
5099
5117
|
# @!attribute [rw] email_address
|
5100
5118
|
# Email address of the grantee.
|
5119
|
+
#
|
5120
|
+
# <note markdown="1"> Using email addresses to specify a grantee is only supported in the
|
5121
|
+
# following AWS Regions:
|
5122
|
+
#
|
5123
|
+
# * US East (N. Virginia)
|
5124
|
+
#
|
5125
|
+
# * US West (N. California)
|
5126
|
+
#
|
5127
|
+
# * US West (Oregon)
|
5128
|
+
#
|
5129
|
+
# * Asia Pacific (Singapore)
|
5130
|
+
#
|
5131
|
+
# * Asia Pacific (Sydney)
|
5132
|
+
#
|
5133
|
+
# * Asia Pacific (Tokyo)
|
5134
|
+
#
|
5135
|
+
# * Europe (Ireland)
|
5136
|
+
#
|
5137
|
+
# * South America (São Paulo)
|
5138
|
+
#
|
5139
|
+
# For a list of all the Amazon S3 supported Regions and endpoints, see
|
5140
|
+
# [Regions and Endpoints][1] in the AWS General Reference.
|
5141
|
+
#
|
5142
|
+
# </note>
|
5143
|
+
#
|
5144
|
+
#
|
5145
|
+
#
|
5146
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
5101
5147
|
# @return [String]
|
5102
5148
|
#
|
5103
5149
|
# @!attribute [rw] id
|
@@ -5275,7 +5321,7 @@ module Aws::S3
|
|
5275
5321
|
#
|
5276
5322
|
# @!attribute [rw] storage_class
|
5277
5323
|
# Provides storage class information of the object. Amazon S3 returns
|
5278
|
-
# this header for all objects except for Standard storage class
|
5324
|
+
# this header for all objects except for S3 Standard storage class
|
5279
5325
|
# objects.
|
5280
5326
|
#
|
5281
5327
|
# For more information, see [Storage Classes][1].
|
@@ -5445,6 +5491,11 @@ module Aws::S3
|
|
5445
5491
|
# Downloads the specified range bytes of an object. For more
|
5446
5492
|
# information about the HTTP Range header, see
|
5447
5493
|
# [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35]().
|
5494
|
+
#
|
5495
|
+
# <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
|
5496
|
+
# `GET` request.
|
5497
|
+
#
|
5498
|
+
# </note>
|
5448
5499
|
# @return [String]
|
5449
5500
|
#
|
5450
5501
|
# @!attribute [rw] version_id
|
@@ -5795,7 +5846,14 @@ module Aws::S3
|
|
5795
5846
|
# }
|
5796
5847
|
#
|
5797
5848
|
# @!attribute [rw] account_id
|
5798
|
-
# The ID
|
5849
|
+
# The account ID that owns the destination S3 bucket. If no account ID
|
5850
|
+
# is provided, the owner is not validated before exporting data.
|
5851
|
+
#
|
5852
|
+
# <note markdown="1"> Although this value is optional, we strongly recommend that you set
|
5853
|
+
# it to help prevent problems if the destination bucket ownership
|
5854
|
+
# changes.
|
5855
|
+
#
|
5856
|
+
# </note>
|
5799
5857
|
# @return [String]
|
5800
5858
|
#
|
5801
5859
|
# @!attribute [rw] bucket
|
@@ -5877,7 +5935,8 @@ module Aws::S3
|
|
5877
5935
|
# }
|
5878
5936
|
#
|
5879
5937
|
# @!attribute [rw] record_delimiter
|
5880
|
-
# The value used to separate individual records in the output.
|
5938
|
+
# The value used to separate individual records in the output. If no
|
5939
|
+
# value is specified, Amazon S3 uses a newline character ('\\n').
|
5881
5940
|
# @return [String]
|
5882
5941
|
#
|
5883
5942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/JSONOutput AWS API Documentation
|
@@ -6777,10 +6836,11 @@ module Aws::S3
|
|
6777
6836
|
# @return [String]
|
6778
6837
|
#
|
6779
6838
|
# @!attribute [rw] max_keys
|
6780
|
-
# Sets the maximum number of keys returned in the response.
|
6781
|
-
#
|
6782
|
-
#
|
6783
|
-
# because max-keys was
|
6839
|
+
# Sets the maximum number of keys returned in the response. By default
|
6840
|
+
# the API returns up to 1,000 key names. The response might contain
|
6841
|
+
# fewer keys but will never contain more. If additional keys satisfy
|
6842
|
+
# the search criteria, but were not returned because max-keys was
|
6843
|
+
# exceeded, the response contains
|
6784
6844
|
# <isTruncated>true</isTruncated>. To return the
|
6785
6845
|
# additional keys, see key-marker and version-id-marker.
|
6786
6846
|
# @return [Integer]
|
@@ -6931,8 +6991,9 @@ module Aws::S3
|
|
6931
6991
|
# @return [String]
|
6932
6992
|
#
|
6933
6993
|
# @!attribute [rw] max_keys
|
6934
|
-
# Sets the maximum number of keys returned in the response.
|
6935
|
-
#
|
6994
|
+
# Sets the maximum number of keys returned in the response. By default
|
6995
|
+
# the API returns up to 1,000 key names. The response might contain
|
6996
|
+
# fewer keys but will never contain more.
|
6936
6997
|
# @return [Integer]
|
6937
6998
|
#
|
6938
6999
|
# @!attribute [rw] prefix
|
@@ -6998,8 +7059,9 @@ module Aws::S3
|
|
6998
7059
|
# @return [String]
|
6999
7060
|
#
|
7000
7061
|
# @!attribute [rw] max_keys
|
7001
|
-
# Sets the maximum number of keys returned in the response.
|
7002
|
-
#
|
7062
|
+
# Sets the maximum number of keys returned in the response. By default
|
7063
|
+
# the API returns up to 1,000 key names. The response might contain
|
7064
|
+
# fewer keys but will never contain more.
|
7003
7065
|
# @return [Integer]
|
7004
7066
|
#
|
7005
7067
|
# @!attribute [rw] common_prefixes
|
@@ -7117,8 +7179,9 @@ module Aws::S3
|
|
7117
7179
|
# @return [String]
|
7118
7180
|
#
|
7119
7181
|
# @!attribute [rw] max_keys
|
7120
|
-
# Sets the maximum number of keys returned in the response.
|
7121
|
-
#
|
7182
|
+
# Sets the maximum number of keys returned in the response. By default
|
7183
|
+
# the API returns up to 1,000 key names. The response might contain
|
7184
|
+
# fewer keys but will never contain more.
|
7122
7185
|
# @return [Integer]
|
7123
7186
|
#
|
7124
7187
|
# @!attribute [rw] prefix
|
@@ -8618,7 +8681,7 @@ module Aws::S3
|
|
8618
8681
|
#
|
8619
8682
|
#
|
8620
8683
|
#
|
8621
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev
|
8684
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html
|
8622
8685
|
# @return [Types::CORSConfiguration]
|
8623
8686
|
#
|
8624
8687
|
# @!attribute [rw] content_md5
|
@@ -9990,8 +10053,8 @@ module Aws::S3
|
|
9990
10053
|
# @return [String]
|
9991
10054
|
#
|
9992
10055
|
# @!attribute [rw] storage_class
|
9993
|
-
# If you don't specify, Standard is the default storage class.
|
9994
|
-
# S3 supports other storage classes.
|
10056
|
+
# If you don't specify, S3 Standard is the default storage class.
|
10057
|
+
# Amazon S3 supports other storage classes.
|
9995
10058
|
# @return [String]
|
9996
10059
|
#
|
9997
10060
|
# @!attribute [rw] website_redirect_location
|
@@ -11245,8 +11308,8 @@ module Aws::S3
|
|
11245
11308
|
# @return [Integer]
|
11246
11309
|
#
|
11247
11310
|
# @!attribute [rw] glacier_job_parameters
|
11248
|
-
# Glacier related parameters pertaining to this job. Do not use
|
11249
|
-
# restores that specify `OutputLocation`.
|
11311
|
+
# S3 Glacier related parameters pertaining to this job. Do not use
|
11312
|
+
# with restores that specify `OutputLocation`.
|
11250
11313
|
# @return [Types::GlacierJobParameters]
|
11251
11314
|
#
|
11252
11315
|
# @!attribute [rw] type
|
@@ -11254,7 +11317,7 @@ module Aws::S3
|
|
11254
11317
|
# @return [String]
|
11255
11318
|
#
|
11256
11319
|
# @!attribute [rw] tier
|
11257
|
-
# Glacier retrieval tier at which the restore will be processed.
|
11320
|
+
# S3 Glacier retrieval tier at which the restore will be processed.
|
11258
11321
|
# @return [String]
|
11259
11322
|
#
|
11260
11323
|
# @!attribute [rw] description
|
@@ -11324,12 +11387,14 @@ module Aws::S3
|
|
11324
11387
|
end
|
11325
11388
|
|
11326
11389
|
# Specifies lifecycle rules for an Amazon S3 bucket. For more
|
11327
|
-
# information, see [
|
11328
|
-
# Storage Service API Reference*.
|
11390
|
+
# information, see [Put Bucket Lifecycle Configuration][1] in the
|
11391
|
+
# *Amazon Simple Storage Service API Reference*. For examples, see [Put
|
11392
|
+
# Bucket Lifecycle Configuration Examples][2]
|
11329
11393
|
#
|
11330
11394
|
#
|
11331
11395
|
#
|
11332
11396
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html
|
11397
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html#API_PutBucketLifecycleConfiguration_Examples
|
11333
11398
|
#
|
11334
11399
|
# @note When making an API call, you may pass Rule
|
11335
11400
|
# data as a hash:
|
@@ -11381,6 +11446,13 @@ module Aws::S3
|
|
11381
11446
|
#
|
11382
11447
|
# @!attribute [rw] transition
|
11383
11448
|
# Specifies when an object transitions to a specified storage class.
|
11449
|
+
# For more information about Amazon S3 lifecycle configuration rules,
|
11450
|
+
# see [Transitioning Objects Using Amazon S3 Lifecycle][1] in the
|
11451
|
+
# *Amazon Simple Storage Service Developer Guide*.
|
11452
|
+
#
|
11453
|
+
#
|
11454
|
+
#
|
11455
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html
|
11384
11456
|
# @return [Types::Transition]
|
11385
11457
|
#
|
11386
11458
|
# @!attribute [rw] noncurrent_version_transition
|
@@ -11872,8 +11944,30 @@ module Aws::S3
|
|
11872
11944
|
# @return [String]
|
11873
11945
|
#
|
11874
11946
|
# @!attribute [rw] kms_master_key_id
|
11875
|
-
# KMS master key ID to use for
|
11876
|
-
# is allowed if and only if
|
11947
|
+
# AWS Key Management Service (KMS) customer master key ID to use for
|
11948
|
+
# the default encryption. This parameter is allowed if and only if
|
11949
|
+
# `SSEAlgorithm` is set to `aws:kms`.
|
11950
|
+
#
|
11951
|
+
# You can specify the key ID or the Amazon Resource Name (ARN) of the
|
11952
|
+
# CMK. However, if you are using encryption with cross-account
|
11953
|
+
# operations, you must use a fully qualified CMK ARN. For more
|
11954
|
+
# information, see [Using encryption for cross-account operations][1].
|
11955
|
+
#
|
11956
|
+
# **For example:**
|
11957
|
+
#
|
11958
|
+
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
11959
|
+
#
|
11960
|
+
# * Key ARN:
|
11961
|
+
# `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
|
11962
|
+
#
|
11963
|
+
# Amazon S3 only supports symmetric CMKs and not asymmetric CMKs. For
|
11964
|
+
# more information, see [Using Symmetric and Asymmetric Keys][2] in
|
11965
|
+
# the *AWS Key Management Service Developer Guide*.
|
11966
|
+
#
|
11967
|
+
#
|
11968
|
+
#
|
11969
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html#bucket-encryption-update-bucket-policy
|
11970
|
+
# [2]: https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html
|
11877
11971
|
# @return [String]
|
11878
11972
|
#
|
11879
11973
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ServerSideEncryptionByDefault AWS API Documentation
|
@@ -12287,7 +12381,14 @@ module Aws::S3
|
|
12287
12381
|
include Aws::Structure
|
12288
12382
|
end
|
12289
12383
|
|
12290
|
-
# Specifies when an object transitions to a specified storage class.
|
12384
|
+
# Specifies when an object transitions to a specified storage class. For
|
12385
|
+
# more information about Amazon S3 lifecycle configuration rules, see
|
12386
|
+
# [Transitioning Objects Using Amazon S3 Lifecycle][1] in the *Amazon
|
12387
|
+
# Simple Storage Service Developer Guide*.
|
12388
|
+
#
|
12389
|
+
#
|
12390
|
+
#
|
12391
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html
|
12291
12392
|
#
|
12292
12393
|
# @note When making an API call, you may pass Transition
|
12293
12394
|
# data as a hash:
|