Skip to content

Commit

Permalink
Enhance storage/blob signUrl javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Oct 12, 2015
1 parent f6b7ac9 commit e3ee2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public BlobWriteChannel writer(BlobTargetOption... options) {
* want to require users to explicitly log in.
*
* @param duration time until the signed URL expires, expressed in {@code unit}. The finer
* granularity supported is 1 second
* granularity supported is 1 second, finer granularities will be truncated
* @param unit time unit of the {@code duration} parameter
* @param options optional URL signing options
* @return a signed URL for this bucket and the specified options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public static Builder builder() {
*
* @param blobInfo the blob associated with the signed URL
* @param duration time until the signed URL expires, expressed in {@code unit}. The finer
* granularity supported is 1 second
* granularity supported is 1 second, finer granularities will be truncated
* @param unit time unit of the {@code duration} parameter
* @param options optional URL signing options
* @see <a href="https://cloud.google.com/storage/docs/access-control#Signed-URLs">Signed-URLs</a>
Expand Down

0 comments on commit e3ee2dc

Please sign in to comment.