class
S3File
This class represents a file uploaded in AWS S3 storage.
Base class:
This type does not have any base class
Implemented interfaces:
This type does not implements any interface.
Derived types:
This type is not derived by any type in DocsMarshal.
Properties
String BucketName { get; set; }
The name of the bucket where the file is stored.
The ETag of a file in S3 are tags applied to a file.
The last modified date of the file.
The id of the owner of the file.
String OwnerName { get; set; }
The name of the owner fo the file.
The storage class of the file. See the enumeration for more details.