Sha256: 86d2f1dc3a4797dbeb023e385df232658b6a1a5fa804c339cebee64fdd61a2a3
Contents?: true
Size: 797 Bytes
Versions: 34
Compression:
Stored size: 797 Bytes
Contents
module Aws module S3 class Bucket # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Bucket.html#clear!-instance_method def clear!: () -> void # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Bucket.html#delete!-instance_method def delete!: (?max_attempts: ::Integer, ?initial_wait: ::Float) -> void | (?Hash[Symbol, untyped]) -> void # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Bucket.html#url-instance_method def url: (?virtual_host: boolish, ?secure: boolish) -> String | (?Hash[Symbol, untyped]) -> String # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Bucket.html#presigned_post-instance_method def presigned_post: (Hash[Symbol, untyped]) -> untyped end end end
Version data entries
34 entries across 34 versions & 1 rubygems