Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d52cd007d754115cdf73179163b64ab6 > files > 10

jets3t-app-0.9.0-2.mga4.noarch.rpm

# test.properties - Used for running JUnit tests via ANT
#
# Fill in this properties file and place in the JetS3t project
# directory to run the `ant tests` target.
aws.accesskey=<YourAWSAccessKey>
aws.secretkey=<YourAWSSecretKey>

gsservice.accesskey=<YourGoogleStorageServiceAccessKey>
gsservice.secretkey=<YourGoogleStorageServiceSecretKey>
gsservice.project_id=<YourGoogleStorageProjectId>

# these parameters are for testing OAuth access from Google Storage
gsservice.client_id=<YourOAuthClientId>
gsservice.client_secret=<YourOAuthClientSecret>
gsservice.refresh_token=<YourOAuth2RefreshToken>