Sha256: 0fb8b5263d63047d6fb52654e859d26179c73a0f2cd9b3a3160b927c37391f0a

Contents?: true

Size: 708 Bytes

Versions: 8

Compression:

Stored size: 708 Bytes

Contents

# Copy this file to configurations.yml and edit the credentials to match your IAM test account and bucket
s3:
  service: S3
  access_key_id:
  secret_access_key:
  region:
  bucket:

gcs:
  service: GCS
  keyfile: {
    type: "service_account",
    project_id: "",
    private_key_id: "",
    private_key: "",
    client_email: "",
    client_id: "",
    auth_uri: "https://accounts.google.com/o/oauth2/auth",
    token_uri: "https://accounts.google.com/o/oauth2/token",
    auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs",
    client_x509_cert_url: ""
  }
  project:
  bucket:

azure:
  service: Azure
  path: ""
  storage_account_name: ""
  storage_access_key: ""
  container: ""

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
activestorage_legacy-0.2.1 test/service/configurations-example.yml
activestorage_legacy-0.2.0 test/service/configurations-example.yml
activestorage_legacy-0.1.3 test/service/configurations-example.yml
activestorage_legacy-0.1.2 test/service/configurations-example.yml
activestorage_legacy-0.1.1 test/service/configurations-example.yml
activestorage_legacy-0.1.1.alpha test/service/configurations-example.yml
activestorage_legacy-0.1 test/service/configurations-example.yml
backupstorage-0.1 test/service/configurations-example.yml