aws-sdk-s3 1.116.0 → 1.117.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/client.rb +20 -3
- data/lib/aws-sdk-s3/client_api.rb +95 -95
- data/lib/aws-sdk-s3/customizations/bucket.rb +20 -46
- data/lib/aws-sdk-s3/endpoint_parameters.rb +142 -0
- data/lib/aws-sdk-s3/endpoint_provider.rb +2020 -0
- data/lib/aws-sdk-s3/endpoints.rb +2149 -0
- data/lib/aws-sdk-s3/multipart_stream_uploader.rb +25 -6
- data/lib/aws-sdk-s3/plugins/accelerate.rb +3 -50
- data/lib/aws-sdk-s3/plugins/arn.rb +0 -184
- data/lib/aws-sdk-s3/plugins/bucket_dns.rb +3 -39
- data/lib/aws-sdk-s3/plugins/bucket_name_restrictions.rb +1 -6
- data/lib/aws-sdk-s3/plugins/dualstack.rb +1 -49
- data/lib/aws-sdk-s3/plugins/endpoints.rb +262 -0
- data/lib/aws-sdk-s3/plugins/expect_100_continue.rb +2 -1
- data/lib/aws-sdk-s3/plugins/iad_regional_endpoint.rb +0 -29
- data/lib/aws-sdk-s3/plugins/s3_signer.rb +27 -123
- data/lib/aws-sdk-s3/presigned_post.rb +9 -16
- data/lib/aws-sdk-s3/presigner.rb +19 -34
- data/lib/aws-sdk-s3.rb +5 -1
- metadata +8 -9
- data/lib/aws-sdk-s3/arn/access_point_arn.rb +0 -69
- data/lib/aws-sdk-s3/arn/multi_region_access_point_arn.rb +0 -68
- data/lib/aws-sdk-s3/arn/object_lambda_arn.rb +0 -69
- data/lib/aws-sdk-s3/arn/outpost_access_point_arn.rb +0 -74
- data/lib/aws-sdk-s3/plugins/object_lambda_endpoint.rb +0 -25
@@ -2677,7 +2677,7 @@ module Aws::S3
|
|
2677
2677
|
api.add_operation(:abort_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
|
2678
2678
|
o.name = "AbortMultipartUpload"
|
2679
2679
|
o.http_method = "DELETE"
|
2680
|
-
o.http_request_uri = "/{
|
2680
|
+
o.http_request_uri = "/{Key+}"
|
2681
2681
|
o.input = Shapes::ShapeRef.new(shape: AbortMultipartUploadRequest)
|
2682
2682
|
o.output = Shapes::ShapeRef.new(shape: AbortMultipartUploadOutput)
|
2683
2683
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchUpload)
|
@@ -2686,7 +2686,7 @@ module Aws::S3
|
|
2686
2686
|
api.add_operation(:complete_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
|
2687
2687
|
o.name = "CompleteMultipartUpload"
|
2688
2688
|
o.http_method = "POST"
|
2689
|
-
o.http_request_uri = "/{
|
2689
|
+
o.http_request_uri = "/{Key+}"
|
2690
2690
|
o.input = Shapes::ShapeRef.new(shape: CompleteMultipartUploadRequest)
|
2691
2691
|
o.output = Shapes::ShapeRef.new(shape: CompleteMultipartUploadOutput)
|
2692
2692
|
end)
|
@@ -2694,7 +2694,7 @@ module Aws::S3
|
|
2694
2694
|
api.add_operation(:copy_object, Seahorse::Model::Operation.new.tap do |o|
|
2695
2695
|
o.name = "CopyObject"
|
2696
2696
|
o.http_method = "PUT"
|
2697
|
-
o.http_request_uri = "/{
|
2697
|
+
o.http_request_uri = "/{Key+}"
|
2698
2698
|
o.input = Shapes::ShapeRef.new(shape: CopyObjectRequest)
|
2699
2699
|
o.output = Shapes::ShapeRef.new(shape: CopyObjectOutput)
|
2700
2700
|
o.errors << Shapes::ShapeRef.new(shape: ObjectNotInActiveTierError)
|
@@ -2703,7 +2703,7 @@ module Aws::S3
|
|
2703
2703
|
api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
|
2704
2704
|
o.name = "CreateBucket"
|
2705
2705
|
o.http_method = "PUT"
|
2706
|
-
o.http_request_uri = "/
|
2706
|
+
o.http_request_uri = "/"
|
2707
2707
|
o.input = Shapes::ShapeRef.new(shape: CreateBucketRequest)
|
2708
2708
|
o.output = Shapes::ShapeRef.new(shape: CreateBucketOutput)
|
2709
2709
|
o.errors << Shapes::ShapeRef.new(shape: BucketAlreadyExists)
|
@@ -2713,7 +2713,7 @@ module Aws::S3
|
|
2713
2713
|
api.add_operation(:create_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
|
2714
2714
|
o.name = "CreateMultipartUpload"
|
2715
2715
|
o.http_method = "POST"
|
2716
|
-
o.http_request_uri = "/{
|
2716
|
+
o.http_request_uri = "/{Key+}?uploads"
|
2717
2717
|
o.input = Shapes::ShapeRef.new(shape: CreateMultipartUploadRequest)
|
2718
2718
|
o.output = Shapes::ShapeRef.new(shape: CreateMultipartUploadOutput)
|
2719
2719
|
end)
|
@@ -2721,7 +2721,7 @@ module Aws::S3
|
|
2721
2721
|
api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
|
2722
2722
|
o.name = "DeleteBucket"
|
2723
2723
|
o.http_method = "DELETE"
|
2724
|
-
o.http_request_uri = "/
|
2724
|
+
o.http_request_uri = "/"
|
2725
2725
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketRequest)
|
2726
2726
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2727
2727
|
end)
|
@@ -2729,7 +2729,7 @@ module Aws::S3
|
|
2729
2729
|
api.add_operation(:delete_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2730
2730
|
o.name = "DeleteBucketAnalyticsConfiguration"
|
2731
2731
|
o.http_method = "DELETE"
|
2732
|
-
o.http_request_uri = "
|
2732
|
+
o.http_request_uri = "/?analytics"
|
2733
2733
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketAnalyticsConfigurationRequest)
|
2734
2734
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2735
2735
|
end)
|
@@ -2737,7 +2737,7 @@ module Aws::S3
|
|
2737
2737
|
api.add_operation(:delete_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
|
2738
2738
|
o.name = "DeleteBucketCors"
|
2739
2739
|
o.http_method = "DELETE"
|
2740
|
-
o.http_request_uri = "
|
2740
|
+
o.http_request_uri = "/?cors"
|
2741
2741
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketCorsRequest)
|
2742
2742
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2743
2743
|
end)
|
@@ -2745,7 +2745,7 @@ module Aws::S3
|
|
2745
2745
|
api.add_operation(:delete_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
|
2746
2746
|
o.name = "DeleteBucketEncryption"
|
2747
2747
|
o.http_method = "DELETE"
|
2748
|
-
o.http_request_uri = "
|
2748
|
+
o.http_request_uri = "/?encryption"
|
2749
2749
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketEncryptionRequest)
|
2750
2750
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2751
2751
|
end)
|
@@ -2753,7 +2753,7 @@ module Aws::S3
|
|
2753
2753
|
api.add_operation(:delete_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2754
2754
|
o.name = "DeleteBucketIntelligentTieringConfiguration"
|
2755
2755
|
o.http_method = "DELETE"
|
2756
|
-
o.http_request_uri = "
|
2756
|
+
o.http_request_uri = "/?intelligent-tiering"
|
2757
2757
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketIntelligentTieringConfigurationRequest)
|
2758
2758
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2759
2759
|
end)
|
@@ -2761,7 +2761,7 @@ module Aws::S3
|
|
2761
2761
|
api.add_operation(:delete_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2762
2762
|
o.name = "DeleteBucketInventoryConfiguration"
|
2763
2763
|
o.http_method = "DELETE"
|
2764
|
-
o.http_request_uri = "
|
2764
|
+
o.http_request_uri = "/?inventory"
|
2765
2765
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketInventoryConfigurationRequest)
|
2766
2766
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2767
2767
|
end)
|
@@ -2769,7 +2769,7 @@ module Aws::S3
|
|
2769
2769
|
api.add_operation(:delete_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
|
2770
2770
|
o.name = "DeleteBucketLifecycle"
|
2771
2771
|
o.http_method = "DELETE"
|
2772
|
-
o.http_request_uri = "
|
2772
|
+
o.http_request_uri = "/?lifecycle"
|
2773
2773
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketLifecycleRequest)
|
2774
2774
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2775
2775
|
end)
|
@@ -2777,7 +2777,7 @@ module Aws::S3
|
|
2777
2777
|
api.add_operation(:delete_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2778
2778
|
o.name = "DeleteBucketMetricsConfiguration"
|
2779
2779
|
o.http_method = "DELETE"
|
2780
|
-
o.http_request_uri = "
|
2780
|
+
o.http_request_uri = "/?metrics"
|
2781
2781
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketMetricsConfigurationRequest)
|
2782
2782
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2783
2783
|
end)
|
@@ -2785,7 +2785,7 @@ module Aws::S3
|
|
2785
2785
|
api.add_operation(:delete_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
|
2786
2786
|
o.name = "DeleteBucketOwnershipControls"
|
2787
2787
|
o.http_method = "DELETE"
|
2788
|
-
o.http_request_uri = "
|
2788
|
+
o.http_request_uri = "/?ownershipControls"
|
2789
2789
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketOwnershipControlsRequest)
|
2790
2790
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2791
2791
|
end)
|
@@ -2793,7 +2793,7 @@ module Aws::S3
|
|
2793
2793
|
api.add_operation(:delete_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
2794
2794
|
o.name = "DeleteBucketPolicy"
|
2795
2795
|
o.http_method = "DELETE"
|
2796
|
-
o.http_request_uri = "
|
2796
|
+
o.http_request_uri = "/?policy"
|
2797
2797
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketPolicyRequest)
|
2798
2798
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2799
2799
|
end)
|
@@ -2801,7 +2801,7 @@ module Aws::S3
|
|
2801
2801
|
api.add_operation(:delete_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
2802
2802
|
o.name = "DeleteBucketReplication"
|
2803
2803
|
o.http_method = "DELETE"
|
2804
|
-
o.http_request_uri = "
|
2804
|
+
o.http_request_uri = "/?replication"
|
2805
2805
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketReplicationRequest)
|
2806
2806
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2807
2807
|
end)
|
@@ -2809,7 +2809,7 @@ module Aws::S3
|
|
2809
2809
|
api.add_operation(:delete_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
2810
2810
|
o.name = "DeleteBucketTagging"
|
2811
2811
|
o.http_method = "DELETE"
|
2812
|
-
o.http_request_uri = "
|
2812
|
+
o.http_request_uri = "/?tagging"
|
2813
2813
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketTaggingRequest)
|
2814
2814
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2815
2815
|
end)
|
@@ -2817,7 +2817,7 @@ module Aws::S3
|
|
2817
2817
|
api.add_operation(:delete_bucket_website, Seahorse::Model::Operation.new.tap do |o|
|
2818
2818
|
o.name = "DeleteBucketWebsite"
|
2819
2819
|
o.http_method = "DELETE"
|
2820
|
-
o.http_request_uri = "
|
2820
|
+
o.http_request_uri = "/?website"
|
2821
2821
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketWebsiteRequest)
|
2822
2822
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2823
2823
|
end)
|
@@ -2825,7 +2825,7 @@ module Aws::S3
|
|
2825
2825
|
api.add_operation(:delete_object, Seahorse::Model::Operation.new.tap do |o|
|
2826
2826
|
o.name = "DeleteObject"
|
2827
2827
|
o.http_method = "DELETE"
|
2828
|
-
o.http_request_uri = "/{
|
2828
|
+
o.http_request_uri = "/{Key+}"
|
2829
2829
|
o.input = Shapes::ShapeRef.new(shape: DeleteObjectRequest)
|
2830
2830
|
o.output = Shapes::ShapeRef.new(shape: DeleteObjectOutput)
|
2831
2831
|
end)
|
@@ -2833,7 +2833,7 @@ module Aws::S3
|
|
2833
2833
|
api.add_operation(:delete_object_tagging, Seahorse::Model::Operation.new.tap do |o|
|
2834
2834
|
o.name = "DeleteObjectTagging"
|
2835
2835
|
o.http_method = "DELETE"
|
2836
|
-
o.http_request_uri = "/{
|
2836
|
+
o.http_request_uri = "/{Key+}?tagging"
|
2837
2837
|
o.input = Shapes::ShapeRef.new(shape: DeleteObjectTaggingRequest)
|
2838
2838
|
o.output = Shapes::ShapeRef.new(shape: DeleteObjectTaggingOutput)
|
2839
2839
|
end)
|
@@ -2841,7 +2841,7 @@ module Aws::S3
|
|
2841
2841
|
api.add_operation(:delete_objects, Seahorse::Model::Operation.new.tap do |o|
|
2842
2842
|
o.name = "DeleteObjects"
|
2843
2843
|
o.http_method = "POST"
|
2844
|
-
o.http_request_uri = "
|
2844
|
+
o.http_request_uri = "/?delete"
|
2845
2845
|
o.http_checksum = {
|
2846
2846
|
"requestAlgorithmMember" => "checksum_algorithm",
|
2847
2847
|
"requestChecksumRequired" => true,
|
@@ -2857,7 +2857,7 @@ module Aws::S3
|
|
2857
2857
|
api.add_operation(:delete_public_access_block, Seahorse::Model::Operation.new.tap do |o|
|
2858
2858
|
o.name = "DeletePublicAccessBlock"
|
2859
2859
|
o.http_method = "DELETE"
|
2860
|
-
o.http_request_uri = "
|
2860
|
+
o.http_request_uri = "/?publicAccessBlock"
|
2861
2861
|
o.input = Shapes::ShapeRef.new(shape: DeletePublicAccessBlockRequest)
|
2862
2862
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2863
2863
|
end)
|
@@ -2865,7 +2865,7 @@ module Aws::S3
|
|
2865
2865
|
api.add_operation(:get_bucket_accelerate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2866
2866
|
o.name = "GetBucketAccelerateConfiguration"
|
2867
2867
|
o.http_method = "GET"
|
2868
|
-
o.http_request_uri = "
|
2868
|
+
o.http_request_uri = "/?accelerate"
|
2869
2869
|
o.input = Shapes::ShapeRef.new(shape: GetBucketAccelerateConfigurationRequest)
|
2870
2870
|
o.output = Shapes::ShapeRef.new(shape: GetBucketAccelerateConfigurationOutput)
|
2871
2871
|
end)
|
@@ -2873,7 +2873,7 @@ module Aws::S3
|
|
2873
2873
|
api.add_operation(:get_bucket_acl, Seahorse::Model::Operation.new.tap do |o|
|
2874
2874
|
o.name = "GetBucketAcl"
|
2875
2875
|
o.http_method = "GET"
|
2876
|
-
o.http_request_uri = "
|
2876
|
+
o.http_request_uri = "/?acl"
|
2877
2877
|
o.input = Shapes::ShapeRef.new(shape: GetBucketAclRequest)
|
2878
2878
|
o.output = Shapes::ShapeRef.new(shape: GetBucketAclOutput)
|
2879
2879
|
end)
|
@@ -2881,7 +2881,7 @@ module Aws::S3
|
|
2881
2881
|
api.add_operation(:get_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2882
2882
|
o.name = "GetBucketAnalyticsConfiguration"
|
2883
2883
|
o.http_method = "GET"
|
2884
|
-
o.http_request_uri = "
|
2884
|
+
o.http_request_uri = "/?analytics"
|
2885
2885
|
o.input = Shapes::ShapeRef.new(shape: GetBucketAnalyticsConfigurationRequest)
|
2886
2886
|
o.output = Shapes::ShapeRef.new(shape: GetBucketAnalyticsConfigurationOutput)
|
2887
2887
|
end)
|
@@ -2889,7 +2889,7 @@ module Aws::S3
|
|
2889
2889
|
api.add_operation(:get_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
|
2890
2890
|
o.name = "GetBucketCors"
|
2891
2891
|
o.http_method = "GET"
|
2892
|
-
o.http_request_uri = "
|
2892
|
+
o.http_request_uri = "/?cors"
|
2893
2893
|
o.input = Shapes::ShapeRef.new(shape: GetBucketCorsRequest)
|
2894
2894
|
o.output = Shapes::ShapeRef.new(shape: GetBucketCorsOutput)
|
2895
2895
|
end)
|
@@ -2897,7 +2897,7 @@ module Aws::S3
|
|
2897
2897
|
api.add_operation(:get_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
|
2898
2898
|
o.name = "GetBucketEncryption"
|
2899
2899
|
o.http_method = "GET"
|
2900
|
-
o.http_request_uri = "
|
2900
|
+
o.http_request_uri = "/?encryption"
|
2901
2901
|
o.input = Shapes::ShapeRef.new(shape: GetBucketEncryptionRequest)
|
2902
2902
|
o.output = Shapes::ShapeRef.new(shape: GetBucketEncryptionOutput)
|
2903
2903
|
end)
|
@@ -2905,7 +2905,7 @@ module Aws::S3
|
|
2905
2905
|
api.add_operation(:get_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2906
2906
|
o.name = "GetBucketIntelligentTieringConfiguration"
|
2907
2907
|
o.http_method = "GET"
|
2908
|
-
o.http_request_uri = "
|
2908
|
+
o.http_request_uri = "/?intelligent-tiering"
|
2909
2909
|
o.input = Shapes::ShapeRef.new(shape: GetBucketIntelligentTieringConfigurationRequest)
|
2910
2910
|
o.output = Shapes::ShapeRef.new(shape: GetBucketIntelligentTieringConfigurationOutput)
|
2911
2911
|
end)
|
@@ -2913,7 +2913,7 @@ module Aws::S3
|
|
2913
2913
|
api.add_operation(:get_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2914
2914
|
o.name = "GetBucketInventoryConfiguration"
|
2915
2915
|
o.http_method = "GET"
|
2916
|
-
o.http_request_uri = "
|
2916
|
+
o.http_request_uri = "/?inventory"
|
2917
2917
|
o.input = Shapes::ShapeRef.new(shape: GetBucketInventoryConfigurationRequest)
|
2918
2918
|
o.output = Shapes::ShapeRef.new(shape: GetBucketInventoryConfigurationOutput)
|
2919
2919
|
end)
|
@@ -2921,7 +2921,7 @@ module Aws::S3
|
|
2921
2921
|
api.add_operation(:get_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
|
2922
2922
|
o.name = "GetBucketLifecycle"
|
2923
2923
|
o.http_method = "GET"
|
2924
|
-
o.http_request_uri = "
|
2924
|
+
o.http_request_uri = "/?lifecycle"
|
2925
2925
|
o.deprecated = true
|
2926
2926
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleRequest)
|
2927
2927
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleOutput)
|
@@ -2930,7 +2930,7 @@ module Aws::S3
|
|
2930
2930
|
api.add_operation(:get_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2931
2931
|
o.name = "GetBucketLifecycleConfiguration"
|
2932
2932
|
o.http_method = "GET"
|
2933
|
-
o.http_request_uri = "
|
2933
|
+
o.http_request_uri = "/?lifecycle"
|
2934
2934
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationRequest)
|
2935
2935
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationOutput)
|
2936
2936
|
end)
|
@@ -2938,7 +2938,7 @@ module Aws::S3
|
|
2938
2938
|
api.add_operation(:get_bucket_location, Seahorse::Model::Operation.new.tap do |o|
|
2939
2939
|
o.name = "GetBucketLocation"
|
2940
2940
|
o.http_method = "GET"
|
2941
|
-
o.http_request_uri = "
|
2941
|
+
o.http_request_uri = "/?location"
|
2942
2942
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLocationRequest)
|
2943
2943
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLocationOutput)
|
2944
2944
|
end)
|
@@ -2946,7 +2946,7 @@ module Aws::S3
|
|
2946
2946
|
api.add_operation(:get_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
|
2947
2947
|
o.name = "GetBucketLogging"
|
2948
2948
|
o.http_method = "GET"
|
2949
|
-
o.http_request_uri = "
|
2949
|
+
o.http_request_uri = "/?logging"
|
2950
2950
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLoggingRequest)
|
2951
2951
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLoggingOutput)
|
2952
2952
|
end)
|
@@ -2954,7 +2954,7 @@ module Aws::S3
|
|
2954
2954
|
api.add_operation(:get_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2955
2955
|
o.name = "GetBucketMetricsConfiguration"
|
2956
2956
|
o.http_method = "GET"
|
2957
|
-
o.http_request_uri = "
|
2957
|
+
o.http_request_uri = "/?metrics"
|
2958
2958
|
o.input = Shapes::ShapeRef.new(shape: GetBucketMetricsConfigurationRequest)
|
2959
2959
|
o.output = Shapes::ShapeRef.new(shape: GetBucketMetricsConfigurationOutput)
|
2960
2960
|
end)
|
@@ -2962,7 +2962,7 @@ module Aws::S3
|
|
2962
2962
|
api.add_operation(:get_bucket_notification, Seahorse::Model::Operation.new.tap do |o|
|
2963
2963
|
o.name = "GetBucketNotification"
|
2964
2964
|
o.http_method = "GET"
|
2965
|
-
o.http_request_uri = "
|
2965
|
+
o.http_request_uri = "/?notification"
|
2966
2966
|
o.deprecated = true
|
2967
2967
|
o.input = Shapes::ShapeRef.new(shape: GetBucketNotificationConfigurationRequest)
|
2968
2968
|
o.output = Shapes::ShapeRef.new(shape: NotificationConfigurationDeprecated)
|
@@ -2971,7 +2971,7 @@ module Aws::S3
|
|
2971
2971
|
api.add_operation(:get_bucket_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2972
2972
|
o.name = "GetBucketNotificationConfiguration"
|
2973
2973
|
o.http_method = "GET"
|
2974
|
-
o.http_request_uri = "
|
2974
|
+
o.http_request_uri = "/?notification"
|
2975
2975
|
o.input = Shapes::ShapeRef.new(shape: GetBucketNotificationConfigurationRequest)
|
2976
2976
|
o.output = Shapes::ShapeRef.new(shape: NotificationConfiguration)
|
2977
2977
|
end)
|
@@ -2979,7 +2979,7 @@ module Aws::S3
|
|
2979
2979
|
api.add_operation(:get_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
|
2980
2980
|
o.name = "GetBucketOwnershipControls"
|
2981
2981
|
o.http_method = "GET"
|
2982
|
-
o.http_request_uri = "
|
2982
|
+
o.http_request_uri = "/?ownershipControls"
|
2983
2983
|
o.input = Shapes::ShapeRef.new(shape: GetBucketOwnershipControlsRequest)
|
2984
2984
|
o.output = Shapes::ShapeRef.new(shape: GetBucketOwnershipControlsOutput)
|
2985
2985
|
end)
|
@@ -2987,7 +2987,7 @@ module Aws::S3
|
|
2987
2987
|
api.add_operation(:get_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
2988
2988
|
o.name = "GetBucketPolicy"
|
2989
2989
|
o.http_method = "GET"
|
2990
|
-
o.http_request_uri = "
|
2990
|
+
o.http_request_uri = "/?policy"
|
2991
2991
|
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyRequest)
|
2992
2992
|
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyOutput)
|
2993
2993
|
end)
|
@@ -2995,7 +2995,7 @@ module Aws::S3
|
|
2995
2995
|
api.add_operation(:get_bucket_policy_status, Seahorse::Model::Operation.new.tap do |o|
|
2996
2996
|
o.name = "GetBucketPolicyStatus"
|
2997
2997
|
o.http_method = "GET"
|
2998
|
-
o.http_request_uri = "
|
2998
|
+
o.http_request_uri = "/?policyStatus"
|
2999
2999
|
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyStatusRequest)
|
3000
3000
|
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyStatusOutput)
|
3001
3001
|
end)
|
@@ -3003,7 +3003,7 @@ module Aws::S3
|
|
3003
3003
|
api.add_operation(:get_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
3004
3004
|
o.name = "GetBucketReplication"
|
3005
3005
|
o.http_method = "GET"
|
3006
|
-
o.http_request_uri = "
|
3006
|
+
o.http_request_uri = "/?replication"
|
3007
3007
|
o.input = Shapes::ShapeRef.new(shape: GetBucketReplicationRequest)
|
3008
3008
|
o.output = Shapes::ShapeRef.new(shape: GetBucketReplicationOutput)
|
3009
3009
|
end)
|
@@ -3011,7 +3011,7 @@ module Aws::S3
|
|
3011
3011
|
api.add_operation(:get_bucket_request_payment, Seahorse::Model::Operation.new.tap do |o|
|
3012
3012
|
o.name = "GetBucketRequestPayment"
|
3013
3013
|
o.http_method = "GET"
|
3014
|
-
o.http_request_uri = "
|
3014
|
+
o.http_request_uri = "/?requestPayment"
|
3015
3015
|
o.input = Shapes::ShapeRef.new(shape: GetBucketRequestPaymentRequest)
|
3016
3016
|
o.output = Shapes::ShapeRef.new(shape: GetBucketRequestPaymentOutput)
|
3017
3017
|
end)
|
@@ -3019,7 +3019,7 @@ module Aws::S3
|
|
3019
3019
|
api.add_operation(:get_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3020
3020
|
o.name = "GetBucketTagging"
|
3021
3021
|
o.http_method = "GET"
|
3022
|
-
o.http_request_uri = "
|
3022
|
+
o.http_request_uri = "/?tagging"
|
3023
3023
|
o.input = Shapes::ShapeRef.new(shape: GetBucketTaggingRequest)
|
3024
3024
|
o.output = Shapes::ShapeRef.new(shape: GetBucketTaggingOutput)
|
3025
3025
|
end)
|
@@ -3027,7 +3027,7 @@ module Aws::S3
|
|
3027
3027
|
api.add_operation(:get_bucket_versioning, Seahorse::Model::Operation.new.tap do |o|
|
3028
3028
|
o.name = "GetBucketVersioning"
|
3029
3029
|
o.http_method = "GET"
|
3030
|
-
o.http_request_uri = "
|
3030
|
+
o.http_request_uri = "/?versioning"
|
3031
3031
|
o.input = Shapes::ShapeRef.new(shape: GetBucketVersioningRequest)
|
3032
3032
|
o.output = Shapes::ShapeRef.new(shape: GetBucketVersioningOutput)
|
3033
3033
|
end)
|
@@ -3035,7 +3035,7 @@ module Aws::S3
|
|
3035
3035
|
api.add_operation(:get_bucket_website, Seahorse::Model::Operation.new.tap do |o|
|
3036
3036
|
o.name = "GetBucketWebsite"
|
3037
3037
|
o.http_method = "GET"
|
3038
|
-
o.http_request_uri = "
|
3038
|
+
o.http_request_uri = "/?website"
|
3039
3039
|
o.input = Shapes::ShapeRef.new(shape: GetBucketWebsiteRequest)
|
3040
3040
|
o.output = Shapes::ShapeRef.new(shape: GetBucketWebsiteOutput)
|
3041
3041
|
end)
|
@@ -3043,7 +3043,7 @@ module Aws::S3
|
|
3043
3043
|
api.add_operation(:get_object, Seahorse::Model::Operation.new.tap do |o|
|
3044
3044
|
o.name = "GetObject"
|
3045
3045
|
o.http_method = "GET"
|
3046
|
-
o.http_request_uri = "/{
|
3046
|
+
o.http_request_uri = "/{Key+}"
|
3047
3047
|
o.http_checksum = {
|
3048
3048
|
"requestValidationModeMember" => "checksum_mode",
|
3049
3049
|
"responseAlgorithms" => ["CRC32", "CRC32C", "SHA256", "SHA1"],
|
@@ -3061,7 +3061,7 @@ module Aws::S3
|
|
3061
3061
|
api.add_operation(:get_object_acl, Seahorse::Model::Operation.new.tap do |o|
|
3062
3062
|
o.name = "GetObjectAcl"
|
3063
3063
|
o.http_method = "GET"
|
3064
|
-
o.http_request_uri = "/{
|
3064
|
+
o.http_request_uri = "/{Key+}?acl"
|
3065
3065
|
o.input = Shapes::ShapeRef.new(shape: GetObjectAclRequest)
|
3066
3066
|
o.output = Shapes::ShapeRef.new(shape: GetObjectAclOutput)
|
3067
3067
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3070,7 +3070,7 @@ module Aws::S3
|
|
3070
3070
|
api.add_operation(:get_object_attributes, Seahorse::Model::Operation.new.tap do |o|
|
3071
3071
|
o.name = "GetObjectAttributes"
|
3072
3072
|
o.http_method = "GET"
|
3073
|
-
o.http_request_uri = "/{
|
3073
|
+
o.http_request_uri = "/{Key+}?attributes"
|
3074
3074
|
o.input = Shapes::ShapeRef.new(shape: GetObjectAttributesRequest)
|
3075
3075
|
o.output = Shapes::ShapeRef.new(shape: GetObjectAttributesOutput)
|
3076
3076
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3079,7 +3079,7 @@ module Aws::S3
|
|
3079
3079
|
api.add_operation(:get_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
|
3080
3080
|
o.name = "GetObjectLegalHold"
|
3081
3081
|
o.http_method = "GET"
|
3082
|
-
o.http_request_uri = "/{
|
3082
|
+
o.http_request_uri = "/{Key+}?legal-hold"
|
3083
3083
|
o.input = Shapes::ShapeRef.new(shape: GetObjectLegalHoldRequest)
|
3084
3084
|
o.output = Shapes::ShapeRef.new(shape: GetObjectLegalHoldOutput)
|
3085
3085
|
end)
|
@@ -3087,7 +3087,7 @@ module Aws::S3
|
|
3087
3087
|
api.add_operation(:get_object_lock_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3088
3088
|
o.name = "GetObjectLockConfiguration"
|
3089
3089
|
o.http_method = "GET"
|
3090
|
-
o.http_request_uri = "
|
3090
|
+
o.http_request_uri = "/?object-lock"
|
3091
3091
|
o.input = Shapes::ShapeRef.new(shape: GetObjectLockConfigurationRequest)
|
3092
3092
|
o.output = Shapes::ShapeRef.new(shape: GetObjectLockConfigurationOutput)
|
3093
3093
|
end)
|
@@ -3095,7 +3095,7 @@ module Aws::S3
|
|
3095
3095
|
api.add_operation(:get_object_retention, Seahorse::Model::Operation.new.tap do |o|
|
3096
3096
|
o.name = "GetObjectRetention"
|
3097
3097
|
o.http_method = "GET"
|
3098
|
-
o.http_request_uri = "/{
|
3098
|
+
o.http_request_uri = "/{Key+}?retention"
|
3099
3099
|
o.input = Shapes::ShapeRef.new(shape: GetObjectRetentionRequest)
|
3100
3100
|
o.output = Shapes::ShapeRef.new(shape: GetObjectRetentionOutput)
|
3101
3101
|
end)
|
@@ -3103,7 +3103,7 @@ module Aws::S3
|
|
3103
3103
|
api.add_operation(:get_object_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3104
3104
|
o.name = "GetObjectTagging"
|
3105
3105
|
o.http_method = "GET"
|
3106
|
-
o.http_request_uri = "/{
|
3106
|
+
o.http_request_uri = "/{Key+}?tagging"
|
3107
3107
|
o.input = Shapes::ShapeRef.new(shape: GetObjectTaggingRequest)
|
3108
3108
|
o.output = Shapes::ShapeRef.new(shape: GetObjectTaggingOutput)
|
3109
3109
|
end)
|
@@ -3111,7 +3111,7 @@ module Aws::S3
|
|
3111
3111
|
api.add_operation(:get_object_torrent, Seahorse::Model::Operation.new.tap do |o|
|
3112
3112
|
o.name = "GetObjectTorrent"
|
3113
3113
|
o.http_method = "GET"
|
3114
|
-
o.http_request_uri = "/{
|
3114
|
+
o.http_request_uri = "/{Key+}?torrent"
|
3115
3115
|
o.input = Shapes::ShapeRef.new(shape: GetObjectTorrentRequest)
|
3116
3116
|
o.output = Shapes::ShapeRef.new(shape: GetObjectTorrentOutput)
|
3117
3117
|
end)
|
@@ -3119,7 +3119,7 @@ module Aws::S3
|
|
3119
3119
|
api.add_operation(:get_public_access_block, Seahorse::Model::Operation.new.tap do |o|
|
3120
3120
|
o.name = "GetPublicAccessBlock"
|
3121
3121
|
o.http_method = "GET"
|
3122
|
-
o.http_request_uri = "
|
3122
|
+
o.http_request_uri = "/?publicAccessBlock"
|
3123
3123
|
o.input = Shapes::ShapeRef.new(shape: GetPublicAccessBlockRequest)
|
3124
3124
|
o.output = Shapes::ShapeRef.new(shape: GetPublicAccessBlockOutput)
|
3125
3125
|
end)
|
@@ -3127,7 +3127,7 @@ module Aws::S3
|
|
3127
3127
|
api.add_operation(:head_bucket, Seahorse::Model::Operation.new.tap do |o|
|
3128
3128
|
o.name = "HeadBucket"
|
3129
3129
|
o.http_method = "HEAD"
|
3130
|
-
o.http_request_uri = "/
|
3130
|
+
o.http_request_uri = "/"
|
3131
3131
|
o.input = Shapes::ShapeRef.new(shape: HeadBucketRequest)
|
3132
3132
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3133
3133
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
|
@@ -3136,7 +3136,7 @@ module Aws::S3
|
|
3136
3136
|
api.add_operation(:head_object, Seahorse::Model::Operation.new.tap do |o|
|
3137
3137
|
o.name = "HeadObject"
|
3138
3138
|
o.http_method = "HEAD"
|
3139
|
-
o.http_request_uri = "/{
|
3139
|
+
o.http_request_uri = "/{Key+}"
|
3140
3140
|
o.input = Shapes::ShapeRef.new(shape: HeadObjectRequest)
|
3141
3141
|
o.output = Shapes::ShapeRef.new(shape: HeadObjectOutput)
|
3142
3142
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3145,7 +3145,7 @@ module Aws::S3
|
|
3145
3145
|
api.add_operation(:list_bucket_analytics_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3146
3146
|
o.name = "ListBucketAnalyticsConfigurations"
|
3147
3147
|
o.http_method = "GET"
|
3148
|
-
o.http_request_uri = "
|
3148
|
+
o.http_request_uri = "/?analytics"
|
3149
3149
|
o.input = Shapes::ShapeRef.new(shape: ListBucketAnalyticsConfigurationsRequest)
|
3150
3150
|
o.output = Shapes::ShapeRef.new(shape: ListBucketAnalyticsConfigurationsOutput)
|
3151
3151
|
end)
|
@@ -3153,7 +3153,7 @@ module Aws::S3
|
|
3153
3153
|
api.add_operation(:list_bucket_intelligent_tiering_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3154
3154
|
o.name = "ListBucketIntelligentTieringConfigurations"
|
3155
3155
|
o.http_method = "GET"
|
3156
|
-
o.http_request_uri = "
|
3156
|
+
o.http_request_uri = "/?intelligent-tiering"
|
3157
3157
|
o.input = Shapes::ShapeRef.new(shape: ListBucketIntelligentTieringConfigurationsRequest)
|
3158
3158
|
o.output = Shapes::ShapeRef.new(shape: ListBucketIntelligentTieringConfigurationsOutput)
|
3159
3159
|
end)
|
@@ -3161,7 +3161,7 @@ module Aws::S3
|
|
3161
3161
|
api.add_operation(:list_bucket_inventory_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3162
3162
|
o.name = "ListBucketInventoryConfigurations"
|
3163
3163
|
o.http_method = "GET"
|
3164
|
-
o.http_request_uri = "
|
3164
|
+
o.http_request_uri = "/?inventory"
|
3165
3165
|
o.input = Shapes::ShapeRef.new(shape: ListBucketInventoryConfigurationsRequest)
|
3166
3166
|
o.output = Shapes::ShapeRef.new(shape: ListBucketInventoryConfigurationsOutput)
|
3167
3167
|
end)
|
@@ -3169,7 +3169,7 @@ module Aws::S3
|
|
3169
3169
|
api.add_operation(:list_bucket_metrics_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3170
3170
|
o.name = "ListBucketMetricsConfigurations"
|
3171
3171
|
o.http_method = "GET"
|
3172
|
-
o.http_request_uri = "
|
3172
|
+
o.http_request_uri = "/?metrics"
|
3173
3173
|
o.input = Shapes::ShapeRef.new(shape: ListBucketMetricsConfigurationsRequest)
|
3174
3174
|
o.output = Shapes::ShapeRef.new(shape: ListBucketMetricsConfigurationsOutput)
|
3175
3175
|
end)
|
@@ -3185,7 +3185,7 @@ module Aws::S3
|
|
3185
3185
|
api.add_operation(:list_multipart_uploads, Seahorse::Model::Operation.new.tap do |o|
|
3186
3186
|
o.name = "ListMultipartUploads"
|
3187
3187
|
o.http_method = "GET"
|
3188
|
-
o.http_request_uri = "
|
3188
|
+
o.http_request_uri = "/?uploads"
|
3189
3189
|
o.input = Shapes::ShapeRef.new(shape: ListMultipartUploadsRequest)
|
3190
3190
|
o.output = Shapes::ShapeRef.new(shape: ListMultipartUploadsOutput)
|
3191
3191
|
o[:pager] = Aws::Pager.new(
|
@@ -3201,7 +3201,7 @@ module Aws::S3
|
|
3201
3201
|
api.add_operation(:list_object_versions, Seahorse::Model::Operation.new.tap do |o|
|
3202
3202
|
o.name = "ListObjectVersions"
|
3203
3203
|
o.http_method = "GET"
|
3204
|
-
o.http_request_uri = "
|
3204
|
+
o.http_request_uri = "/?versions"
|
3205
3205
|
o.input = Shapes::ShapeRef.new(shape: ListObjectVersionsRequest)
|
3206
3206
|
o.output = Shapes::ShapeRef.new(shape: ListObjectVersionsOutput)
|
3207
3207
|
o[:pager] = Aws::Pager.new(
|
@@ -3217,7 +3217,7 @@ module Aws::S3
|
|
3217
3217
|
api.add_operation(:list_objects, Seahorse::Model::Operation.new.tap do |o|
|
3218
3218
|
o.name = "ListObjects"
|
3219
3219
|
o.http_method = "GET"
|
3220
|
-
o.http_request_uri = "/
|
3220
|
+
o.http_request_uri = "/"
|
3221
3221
|
o.input = Shapes::ShapeRef.new(shape: ListObjectsRequest)
|
3222
3222
|
o.output = Shapes::ShapeRef.new(shape: ListObjectsOutput)
|
3223
3223
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
|
@@ -3233,7 +3233,7 @@ module Aws::S3
|
|
3233
3233
|
api.add_operation(:list_objects_v2, Seahorse::Model::Operation.new.tap do |o|
|
3234
3234
|
o.name = "ListObjectsV2"
|
3235
3235
|
o.http_method = "GET"
|
3236
|
-
o.http_request_uri = "
|
3236
|
+
o.http_request_uri = "/?list-type=2"
|
3237
3237
|
o.input = Shapes::ShapeRef.new(shape: ListObjectsV2Request)
|
3238
3238
|
o.output = Shapes::ShapeRef.new(shape: ListObjectsV2Output)
|
3239
3239
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
|
@@ -3248,7 +3248,7 @@ module Aws::S3
|
|
3248
3248
|
api.add_operation(:list_parts, Seahorse::Model::Operation.new.tap do |o|
|
3249
3249
|
o.name = "ListParts"
|
3250
3250
|
o.http_method = "GET"
|
3251
|
-
o.http_request_uri = "/{
|
3251
|
+
o.http_request_uri = "/{Key+}"
|
3252
3252
|
o.input = Shapes::ShapeRef.new(shape: ListPartsRequest)
|
3253
3253
|
o.output = Shapes::ShapeRef.new(shape: ListPartsOutput)
|
3254
3254
|
o[:pager] = Aws::Pager.new(
|
@@ -3263,7 +3263,7 @@ module Aws::S3
|
|
3263
3263
|
api.add_operation(:put_bucket_accelerate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3264
3264
|
o.name = "PutBucketAccelerateConfiguration"
|
3265
3265
|
o.http_method = "PUT"
|
3266
|
-
o.http_request_uri = "
|
3266
|
+
o.http_request_uri = "/?accelerate"
|
3267
3267
|
o.http_checksum = {
|
3268
3268
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3269
3269
|
"requestChecksumRequired" => false,
|
@@ -3279,7 +3279,7 @@ module Aws::S3
|
|
3279
3279
|
api.add_operation(:put_bucket_acl, Seahorse::Model::Operation.new.tap do |o|
|
3280
3280
|
o.name = "PutBucketAcl"
|
3281
3281
|
o.http_method = "PUT"
|
3282
|
-
o.http_request_uri = "
|
3282
|
+
o.http_request_uri = "/?acl"
|
3283
3283
|
o.http_checksum = {
|
3284
3284
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3285
3285
|
"requestChecksumRequired" => true,
|
@@ -3295,7 +3295,7 @@ module Aws::S3
|
|
3295
3295
|
api.add_operation(:put_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3296
3296
|
o.name = "PutBucketAnalyticsConfiguration"
|
3297
3297
|
o.http_method = "PUT"
|
3298
|
-
o.http_request_uri = "
|
3298
|
+
o.http_request_uri = "/?analytics"
|
3299
3299
|
o.input = Shapes::ShapeRef.new(shape: PutBucketAnalyticsConfigurationRequest)
|
3300
3300
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3301
3301
|
end)
|
@@ -3303,7 +3303,7 @@ module Aws::S3
|
|
3303
3303
|
api.add_operation(:put_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
|
3304
3304
|
o.name = "PutBucketCors"
|
3305
3305
|
o.http_method = "PUT"
|
3306
|
-
o.http_request_uri = "
|
3306
|
+
o.http_request_uri = "/?cors"
|
3307
3307
|
o.http_checksum = {
|
3308
3308
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3309
3309
|
"requestChecksumRequired" => true,
|
@@ -3319,7 +3319,7 @@ module Aws::S3
|
|
3319
3319
|
api.add_operation(:put_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
|
3320
3320
|
o.name = "PutBucketEncryption"
|
3321
3321
|
o.http_method = "PUT"
|
3322
|
-
o.http_request_uri = "
|
3322
|
+
o.http_request_uri = "/?encryption"
|
3323
3323
|
o.http_checksum = {
|
3324
3324
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3325
3325
|
"requestChecksumRequired" => true,
|
@@ -3335,7 +3335,7 @@ module Aws::S3
|
|
3335
3335
|
api.add_operation(:put_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3336
3336
|
o.name = "PutBucketIntelligentTieringConfiguration"
|
3337
3337
|
o.http_method = "PUT"
|
3338
|
-
o.http_request_uri = "
|
3338
|
+
o.http_request_uri = "/?intelligent-tiering"
|
3339
3339
|
o.input = Shapes::ShapeRef.new(shape: PutBucketIntelligentTieringConfigurationRequest)
|
3340
3340
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3341
3341
|
end)
|
@@ -3343,7 +3343,7 @@ module Aws::S3
|
|
3343
3343
|
api.add_operation(:put_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3344
3344
|
o.name = "PutBucketInventoryConfiguration"
|
3345
3345
|
o.http_method = "PUT"
|
3346
|
-
o.http_request_uri = "
|
3346
|
+
o.http_request_uri = "/?inventory"
|
3347
3347
|
o.input = Shapes::ShapeRef.new(shape: PutBucketInventoryConfigurationRequest)
|
3348
3348
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3349
3349
|
end)
|
@@ -3351,7 +3351,7 @@ module Aws::S3
|
|
3351
3351
|
api.add_operation(:put_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
|
3352
3352
|
o.name = "PutBucketLifecycle"
|
3353
3353
|
o.http_method = "PUT"
|
3354
|
-
o.http_request_uri = "
|
3354
|
+
o.http_request_uri = "/?lifecycle"
|
3355
3355
|
o.http_checksum = {
|
3356
3356
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3357
3357
|
"requestChecksumRequired" => true,
|
@@ -3368,7 +3368,7 @@ module Aws::S3
|
|
3368
3368
|
api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3369
3369
|
o.name = "PutBucketLifecycleConfiguration"
|
3370
3370
|
o.http_method = "PUT"
|
3371
|
-
o.http_request_uri = "
|
3371
|
+
o.http_request_uri = "/?lifecycle"
|
3372
3372
|
o.http_checksum = {
|
3373
3373
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3374
3374
|
"requestChecksumRequired" => true,
|
@@ -3384,7 +3384,7 @@ module Aws::S3
|
|
3384
3384
|
api.add_operation(:put_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
|
3385
3385
|
o.name = "PutBucketLogging"
|
3386
3386
|
o.http_method = "PUT"
|
3387
|
-
o.http_request_uri = "
|
3387
|
+
o.http_request_uri = "/?logging"
|
3388
3388
|
o.http_checksum = {
|
3389
3389
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3390
3390
|
"requestChecksumRequired" => true,
|
@@ -3400,7 +3400,7 @@ module Aws::S3
|
|
3400
3400
|
api.add_operation(:put_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3401
3401
|
o.name = "PutBucketMetricsConfiguration"
|
3402
3402
|
o.http_method = "PUT"
|
3403
|
-
o.http_request_uri = "
|
3403
|
+
o.http_request_uri = "/?metrics"
|
3404
3404
|
o.input = Shapes::ShapeRef.new(shape: PutBucketMetricsConfigurationRequest)
|
3405
3405
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3406
3406
|
end)
|
@@ -3408,7 +3408,7 @@ module Aws::S3
|
|
3408
3408
|
api.add_operation(:put_bucket_notification, Seahorse::Model::Operation.new.tap do |o|
|
3409
3409
|
o.name = "PutBucketNotification"
|
3410
3410
|
o.http_method = "PUT"
|
3411
|
-
o.http_request_uri = "
|
3411
|
+
o.http_request_uri = "/?notification"
|
3412
3412
|
o.http_checksum = {
|
3413
3413
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3414
3414
|
"requestChecksumRequired" => true,
|
@@ -3425,7 +3425,7 @@ module Aws::S3
|
|
3425
3425
|
api.add_operation(:put_bucket_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3426
3426
|
o.name = "PutBucketNotificationConfiguration"
|
3427
3427
|
o.http_method = "PUT"
|
3428
|
-
o.http_request_uri = "
|
3428
|
+
o.http_request_uri = "/?notification"
|
3429
3429
|
o.input = Shapes::ShapeRef.new(shape: PutBucketNotificationConfigurationRequest)
|
3430
3430
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3431
3431
|
end)
|
@@ -3433,7 +3433,7 @@ module Aws::S3
|
|
3433
3433
|
api.add_operation(:put_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
|
3434
3434
|
o.name = "PutBucketOwnershipControls"
|
3435
3435
|
o.http_method = "PUT"
|
3436
|
-
o.http_request_uri = "
|
3436
|
+
o.http_request_uri = "/?ownershipControls"
|
3437
3437
|
o.http_checksum = {
|
3438
3438
|
"requestChecksumRequired" => true,
|
3439
3439
|
}
|
@@ -3444,7 +3444,7 @@ module Aws::S3
|
|
3444
3444
|
api.add_operation(:put_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
3445
3445
|
o.name = "PutBucketPolicy"
|
3446
3446
|
o.http_method = "PUT"
|
3447
|
-
o.http_request_uri = "
|
3447
|
+
o.http_request_uri = "/?policy"
|
3448
3448
|
o.http_checksum = {
|
3449
3449
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3450
3450
|
"requestChecksumRequired" => true,
|
@@ -3460,7 +3460,7 @@ module Aws::S3
|
|
3460
3460
|
api.add_operation(:put_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
3461
3461
|
o.name = "PutBucketReplication"
|
3462
3462
|
o.http_method = "PUT"
|
3463
|
-
o.http_request_uri = "
|
3463
|
+
o.http_request_uri = "/?replication"
|
3464
3464
|
o.http_checksum = {
|
3465
3465
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3466
3466
|
"requestChecksumRequired" => true,
|
@@ -3476,7 +3476,7 @@ module Aws::S3
|
|
3476
3476
|
api.add_operation(:put_bucket_request_payment, Seahorse::Model::Operation.new.tap do |o|
|
3477
3477
|
o.name = "PutBucketRequestPayment"
|
3478
3478
|
o.http_method = "PUT"
|
3479
|
-
o.http_request_uri = "
|
3479
|
+
o.http_request_uri = "/?requestPayment"
|
3480
3480
|
o.http_checksum = {
|
3481
3481
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3482
3482
|
"requestChecksumRequired" => true,
|
@@ -3492,7 +3492,7 @@ module Aws::S3
|
|
3492
3492
|
api.add_operation(:put_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3493
3493
|
o.name = "PutBucketTagging"
|
3494
3494
|
o.http_method = "PUT"
|
3495
|
-
o.http_request_uri = "
|
3495
|
+
o.http_request_uri = "/?tagging"
|
3496
3496
|
o.http_checksum = {
|
3497
3497
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3498
3498
|
"requestChecksumRequired" => true,
|
@@ -3508,7 +3508,7 @@ module Aws::S3
|
|
3508
3508
|
api.add_operation(:put_bucket_versioning, Seahorse::Model::Operation.new.tap do |o|
|
3509
3509
|
o.name = "PutBucketVersioning"
|
3510
3510
|
o.http_method = "PUT"
|
3511
|
-
o.http_request_uri = "
|
3511
|
+
o.http_request_uri = "/?versioning"
|
3512
3512
|
o.http_checksum = {
|
3513
3513
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3514
3514
|
"requestChecksumRequired" => true,
|
@@ -3524,7 +3524,7 @@ module Aws::S3
|
|
3524
3524
|
api.add_operation(:put_bucket_website, Seahorse::Model::Operation.new.tap do |o|
|
3525
3525
|
o.name = "PutBucketWebsite"
|
3526
3526
|
o.http_method = "PUT"
|
3527
|
-
o.http_request_uri = "
|
3527
|
+
o.http_request_uri = "/?website"
|
3528
3528
|
o.http_checksum = {
|
3529
3529
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3530
3530
|
"requestChecksumRequired" => true,
|
@@ -3540,7 +3540,7 @@ module Aws::S3
|
|
3540
3540
|
api.add_operation(:put_object, Seahorse::Model::Operation.new.tap do |o|
|
3541
3541
|
o.name = "PutObject"
|
3542
3542
|
o.http_method = "PUT"
|
3543
|
-
o.http_request_uri = "/{
|
3543
|
+
o.http_request_uri = "/{Key+}"
|
3544
3544
|
o.http_checksum = {
|
3545
3545
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3546
3546
|
"requestChecksumRequired" => false,
|
@@ -3556,7 +3556,7 @@ module Aws::S3
|
|
3556
3556
|
api.add_operation(:put_object_acl, Seahorse::Model::Operation.new.tap do |o|
|
3557
3557
|
o.name = "PutObjectAcl"
|
3558
3558
|
o.http_method = "PUT"
|
3559
|
-
o.http_request_uri = "/{
|
3559
|
+
o.http_request_uri = "/{Key+}?acl"
|
3560
3560
|
o.http_checksum = {
|
3561
3561
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3562
3562
|
"requestChecksumRequired" => true,
|
@@ -3573,7 +3573,7 @@ module Aws::S3
|
|
3573
3573
|
api.add_operation(:put_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
|
3574
3574
|
o.name = "PutObjectLegalHold"
|
3575
3575
|
o.http_method = "PUT"
|
3576
|
-
o.http_request_uri = "/{
|
3576
|
+
o.http_request_uri = "/{Key+}?legal-hold"
|
3577
3577
|
o.http_checksum = {
|
3578
3578
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3579
3579
|
"requestChecksumRequired" => true,
|
@@ -3589,7 +3589,7 @@ module Aws::S3
|
|
3589
3589
|
api.add_operation(:put_object_lock_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3590
3590
|
o.name = "PutObjectLockConfiguration"
|
3591
3591
|
o.http_method = "PUT"
|
3592
|
-
o.http_request_uri = "
|
3592
|
+
o.http_request_uri = "/?object-lock"
|
3593
3593
|
o.http_checksum = {
|
3594
3594
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3595
3595
|
"requestChecksumRequired" => true,
|
@@ -3605,7 +3605,7 @@ module Aws::S3
|
|
3605
3605
|
api.add_operation(:put_object_retention, Seahorse::Model::Operation.new.tap do |o|
|
3606
3606
|
o.name = "PutObjectRetention"
|
3607
3607
|
o.http_method = "PUT"
|
3608
|
-
o.http_request_uri = "/{
|
3608
|
+
o.http_request_uri = "/{Key+}?retention"
|
3609
3609
|
o.http_checksum = {
|
3610
3610
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3611
3611
|
"requestChecksumRequired" => true,
|
@@ -3621,7 +3621,7 @@ module Aws::S3
|
|
3621
3621
|
api.add_operation(:put_object_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3622
3622
|
o.name = "PutObjectTagging"
|
3623
3623
|
o.http_method = "PUT"
|
3624
|
-
o.http_request_uri = "/{
|
3624
|
+
o.http_request_uri = "/{Key+}?tagging"
|
3625
3625
|
o.http_checksum = {
|
3626
3626
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3627
3627
|
"requestChecksumRequired" => true,
|
@@ -3637,7 +3637,7 @@ module Aws::S3
|
|
3637
3637
|
api.add_operation(:put_public_access_block, Seahorse::Model::Operation.new.tap do |o|
|
3638
3638
|
o.name = "PutPublicAccessBlock"
|
3639
3639
|
o.http_method = "PUT"
|
3640
|
-
o.http_request_uri = "
|
3640
|
+
o.http_request_uri = "/?publicAccessBlock"
|
3641
3641
|
o.http_checksum = {
|
3642
3642
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3643
3643
|
"requestChecksumRequired" => true,
|
@@ -3653,7 +3653,7 @@ module Aws::S3
|
|
3653
3653
|
api.add_operation(:restore_object, Seahorse::Model::Operation.new.tap do |o|
|
3654
3654
|
o.name = "RestoreObject"
|
3655
3655
|
o.http_method = "POST"
|
3656
|
-
o.http_request_uri = "/{
|
3656
|
+
o.http_request_uri = "/{Key+}?restore"
|
3657
3657
|
o.http_checksum = {
|
3658
3658
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3659
3659
|
"requestChecksumRequired" => false,
|
@@ -3670,7 +3670,7 @@ module Aws::S3
|
|
3670
3670
|
api.add_operation(:select_object_content, Seahorse::Model::Operation.new.tap do |o|
|
3671
3671
|
o.name = "SelectObjectContent"
|
3672
3672
|
o.http_method = "POST"
|
3673
|
-
o.http_request_uri = "/{
|
3673
|
+
o.http_request_uri = "/{Key+}?select&select-type=2"
|
3674
3674
|
o.input = Shapes::ShapeRef.new(shape: SelectObjectContentRequest,
|
3675
3675
|
location_name: "SelectObjectContentRequest",
|
3676
3676
|
metadata: {
|
@@ -3683,7 +3683,7 @@ module Aws::S3
|
|
3683
3683
|
api.add_operation(:upload_part, Seahorse::Model::Operation.new.tap do |o|
|
3684
3684
|
o.name = "UploadPart"
|
3685
3685
|
o.http_method = "PUT"
|
3686
|
-
o.http_request_uri = "/{
|
3686
|
+
o.http_request_uri = "/{Key+}"
|
3687
3687
|
o.http_checksum = {
|
3688
3688
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3689
3689
|
"requestChecksumRequired" => false,
|
@@ -3699,7 +3699,7 @@ module Aws::S3
|
|
3699
3699
|
api.add_operation(:upload_part_copy, Seahorse::Model::Operation.new.tap do |o|
|
3700
3700
|
o.name = "UploadPartCopy"
|
3701
3701
|
o.http_method = "PUT"
|
3702
|
-
o.http_request_uri = "/{
|
3702
|
+
o.http_request_uri = "/{Key+}"
|
3703
3703
|
o.input = Shapes::ShapeRef.new(shape: UploadPartCopyRequest)
|
3704
3704
|
o.output = Shapes::ShapeRef.new(shape: UploadPartCopyOutput)
|
3705
3705
|
end)
|