vibe-s3 ~master (2017-07-31T12:31:01Z)
Dub
Repo
S3Resources
vibe
aws
s3
Undocumented in source.
struct
S3Resources {
import
std
.
range
.
primitives
;
;
mixin
_S3Common
;
auto
front
();
auto
empty
();
auto
popFront
();
}
Members
Functions
empty
auto
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
auto
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
_S3Common
Undocumented in source.
Mixed In Members
From
mixin
_S3Common
this
this
()
Undocumented in source.
this
this
(S3 client, string delimiter, string prefix, uint maxKeys)
Undocumented in source.
save
auto
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vibe
aws
s3
classes
S3
enums
StorageClass
functions
listFiles
listFilesRecursive
listFolders
structs
BucketListResult
S3Prefixes
S3Resources