Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
s3t
0.1.1
Top Level Namespace
S3t
Config
Dir
KeysConfig
LimitsConfig
Runner
ServiceConfig
StorageConfig
Built with Crystal 1.9.2
2023-10-08 13:27:55 UTC
class
S3t::StorageConfig
S3t::StorageConfig
Reference
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#bucket
: String
#bucket=
(bucket : String)
#upload
: String
#upload=
(upload : String)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
bucket
: String
#
[
View source
]
def
bucket=
(bucket : String)
#
[
View source
]
def
upload
: String
#
[
View source
]
def
upload=
(upload : String)
#
[
View source
]