class Awscr::S3::Bucket

Defined in:

awscr-s3/bucket.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, creation_time : Time, owner : String? = nil) #

An S3 Bucket


[View source]

Instance Method Detail

def ==(other : String) #

Compares the name of the bucket to other


[View source]
def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def creation_time : Time #

The time the bucket was created


[View source]
def name : String #

The name of the bucket


[View source]
def owner : String? #

The owner of the bucket


[View source]