Class: Imagekitio::Models::Accounts::OriginRequest::S3Compatible
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::Accounts::OriginRequest::S3Compatible
- Defined in:
- lib/imagekitio/models/accounts/origin_request.rb
Instance Attribute Summary collapse
-
#access_key ⇒ String
Access key for the bucket.
-
#base_url_for_canonical_header ⇒ String?
URL used in the Canonical header (if enabled).
-
#bucket ⇒ String
S3 bucket name.
-
#endpoint ⇒ String
Custom S3-compatible endpoint.
-
#include_canonical_header ⇒ Boolean?
Whether to send a Canonical header.
-
#name ⇒ String
Display name of the origin.
-
#prefix ⇒ String?
Path prefix inside the bucket.
-
#s3_force_path_style ⇒ Boolean?
Use path-style S3 URLs?.
-
#secret_key ⇒ String
Secret key for the bucket.
- #type ⇒ Symbol, :S3_COMPATIBLE
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Imagekitio::Internal::Type::BaseModel
Instance Attribute Details
#access_key ⇒ String
Access key for the bucket.
101 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 101 required :access_key, String, api_name: :accessKey |
#base_url_for_canonical_header ⇒ String?
URL used in the Canonical header (if enabled).
136 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 136 optional :base_url_for_canonical_header, String, api_name: :baseUrlForCanonicalHeader |
#bucket ⇒ String
S3 bucket name.
107 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 107 required :bucket, String |
#endpoint ⇒ String
Custom S3-compatible endpoint.
113 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 113 required :endpoint, String |
#include_canonical_header ⇒ Boolean?
Whether to send a Canonical header.
142 143 144 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 142 optional :include_canonical_header, Imagekitio::Internal::Type::Boolean, api_name: :includeCanonicalHeader |
#name ⇒ String
Display name of the origin.
119 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 119 required :name, String |
#prefix ⇒ String?
Path prefix inside the bucket.
150 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 150 optional :prefix, String |
#s3_force_path_style ⇒ Boolean?
Use path-style S3 URLs?
156 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 156 optional :s3_force_path_style, Imagekitio::Internal::Type::Boolean, api_name: :s3ForcePathStyle |
#secret_key ⇒ String
Secret key for the bucket.
125 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 125 required :secret_key, String, api_name: :secretKey |
#type ⇒ Symbol, :S3_COMPATIBLE
130 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 130 required :type, const: :S3_COMPATIBLE |