Class GSBucket


  • public class GSBucket
    extends StorageBucket
    Represents a bucket in the Google Storage service.
    Author:
    James Murty
    • Constructor Detail

      • GSBucket

        public GSBucket()
        Create a bucket without any name or location specified
      • GSBucket

        public GSBucket​(String name)
        Create a bucket with a name. All buckets share a single namespace, so choose a unique name for your bucket.
        Parameters:
        name - the name for the bucket