lib/google/cloud/storage.rb in google-cloud-storage-1.6.0 vs lib/google/cloud/storage.rb in google-cloud-storage-1.7.0
- old
+ new
@@ -437,11 +437,10 @@
#
# ## Assigning payment to the requester
#
# The requester pays feature enables the owner of a bucket to indicate that
# a client accessing the bucket or a file it contains must assume the
- # transit costs related to the access. This feature is currently available
- # only to whitelisted projects.
+ # transit costs related to the access.
#
# Assign transit costs for bucket and file operations to requesting clients
# with the `requester_pays` flag:
#
# ```ruby