
Icon | Member | Description |
---|---|---|
![]() | UploadDirectory(String, String) |
Uploads files from a specified directory.
The object key is derived from the file names
inside the directory.
For large uploads, the file will be divided and uploaded in parts using
Amazon S3's multipart API. The parts will be reassembled as one object in
Amazon S3.
|
![]() | UploadDirectory(String, String, String, SearchOption) |
Uploads files from a specified directory.
The object key is derived from the file names
inside the directory.
For large uploads, the file will be divided and uploaded in parts using
Amazon S3's multipart API. The parts will be reassembled as one object in
Amazon S3.
|
![]() | UploadDirectory(TransferUtilityUploadDirectoryRequest) |
Uploads files from a specified directory.
The object key is derived from the file names
inside the directory.
For large uploads, the file will be divided and uploaded in parts using
Amazon S3's multipart API. The parts will be reassembled as one object in
Amazon S3.
|