Skip to content

Commit 121ce05

Browse files
elaborate on the requester pays enabling documentation
1 parent 175e6f9 commit 121ce05

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/storage/src/bucket.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,9 @@ Bucket.prototype.disableRequesterPays = function(callback) {
663663
* </p>
664664
* </div>
665665
*
666-
* Enable `requesterPays` functionality for this bucket.
666+
* Enable `requesterPays` functionality for this bucket. This enables you, the
667+
* bucket owner, to have the requesting user assume the charges for the access
668+
* to your bucket and its contents.
667669
*
668670
* @param {function=} callback - The callback function.
669671
* @param {?error} callback.err - An error returned while making this request.

packages/storage/test/bucket.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,6 @@ describe('Bucket', function() {
816816
describe('exists', function() {
817817
it('should call get', function(done) {
818818
bucket.get = function() {
819-
assert.strictEqual();
820819
done();
821820
};
822821

0 commit comments

Comments
 (0)