Re: [jclouds/jclouds-labs-google] JCLOUDS-902: Google Cloud Storage signed URLs (#175)

2017-04-20 Thread Andrew Gaul
andrewgaul commented on this pull request. > +import com.google.inject.name.Named; + +public final class GoogleCloudStorageBlobRequestSigner implements BlobRequestSigner { + private static final int DEFAULT_EXPIRY_SECONDS = 15 * 60; + private static final URI STORAGE_URL =

Re: [jclouds/jclouds-labs-google] JCLOUDS-902: Google Cloud Storage signed URLs (#175)

2017-04-20 Thread Andrew Gaul
andrewgaul commented on this pull request. > @@ -29,5 +33,12 @@ protected void configure() { bind(ConsistencyModel.class).toInstance(ConsistencyModel.EVENTUAL); bind(BlobStore.class).to(GoogleCloudStorageBlobStore.class).in(Scopes.SINGLETON); +

Re: [jclouds/jclouds-labs-google] JCLOUDS-902: Google Cloud Storage signed URLs (#175)

2017-04-20 Thread Ignasi Barrera
nacx approved this pull request. LGTM. Thanks @andrewgaul! > +import com.google.inject.name.Named; + +public final class GoogleCloudStorageBlobRequestSigner implements BlobRequestSigner { + private static final int DEFAULT_EXPIRY_SECONDS = 15 * 60; + private static final URI STORAGE_URL =