Hi,
I still can't understand how can I use bucket.exists from the documentation. I don't even know how to instantiate a new bucket. This is what I did.
Bucket bucket = new Bucket("bucketname");
return bucket.exists();
Apparently I can't instantiate a new bucket like this, so how then can I use bucket.exists()?
Hi,
I still can't understand how can I use bucket.exists from the documentation. I don't even know how to instantiate a new bucket. This is what I did.
Bucket bucket = new Bucket("bucketname");
return bucket.exists();
Apparently I can't instantiate a new bucket like this, so how then can I use bucket.exists()?