NAME
Net::Google::Storage::Bucket - Interface for a Google Storage Bucket
VERSION
version 0.2.0
DESCRIPTION
Object for storing the data of a bucket, slightly cut down from https://developers.google.com/storage/docs/json_api/v1/buckets#resource.
Generally Net::Google::Storage::Bucket objects are acquired from a get_bucket
, list_buckets
, or insert_bucket
call on a Net::Google::Storage object.
ATTRIBUTES
id
The name of the bucket.
projectId
The id of the project to which this bucket belongs.
selfLink
The url of this bucket.
timeCreated
The creation date of the bucket in RFC3339https://tools.ietf.org/html/rfc3339 format, eg 2012-09-16T07:00:26.982Z
.
owner
Hashref of the owner details for the bucket - see the docs.
location
Physical location of the servers containing this bucket, currently only US
or EU
.
AUTHOR
Glenn Fowler <cebjyre@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Glenn Fowler.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.