You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::S3Config

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Config as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket_name: "BucketName", # required
  bucket_prefix: "Prefix", # required
  encryption_config: {
    encryption_type: "KMS", # required, accepts KMS
    key_id: "KeyId", # required
  },
}

Information about the S3 storage type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The S3 bucket name.

Returns:

  • (String)

    The S3 bucket name.

#bucket_prefixString

The S3 bucket prefix.

Returns:

  • (String)

    The S3 bucket prefix.

#encryption_configTypes::EncryptionConfig

The S3 encryption configuration.

Returns: