Class: S3::MultipartCreateOptions

Inherits:
Object
  • Object
show all
Includes:
SchemaOptions
Defined in:
lib/s3/multipart_create_options.rb

Constant Summary collapse

STORAGE_CLASSES =
%w[
  STANDARD REDUCED_REDUNDANCY STANDARD_IA ONEZONE_IA
  INTELLIGENT_TIERING GLACIER DEEP_ARCHIVE GLACIER_IR
].freeze
CANNED_ACLS =
%w[
  private public-read public-read-write authenticated-read
  aws-exec-read bucket-owner-read bucket-owner-full-control
].freeze

Method Summary

Methods included from SchemaOptions

included