Class S3Bucket
In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts.
public class S3Bucket
- Inheritance
-
S3Bucket
- Inherited Members
Constructors
S3Bucket()
public S3Bucket()
Properties
BucketName
The name of the bucket.
public string BucketName { get; set; }
Property Value
CreationDate
Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.
public DateTime CreationDate { get; set; }