| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Google Cloud Storage features APIs that allows developers to store and access arbitrarily-large objects. The GCS XML API provides support for AWS S3 API users that use S3 SDKs. Learn more about Migrating to GCS.
Install Maven.
Clone this repo.
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
Change into this directory:
cd java-docs-samples/storage/s3-sdk
Build this project from this directory:
mvn package
Get your Interoperable Storage Access Keys and set the following environment variables:
Set the following environment variable with the default project for Interoperable Storage Access Keys.
Run test using the following Maven command:
mvn verify
| Back | FazBrowse Home | New Git URL |