Publishex v1.1.0 Publishex.Adapter.S3 View Source

Adapter for uploading a directory to netlify

Link to this section Summary

Functions

Publish to S3

Link to this section Functions

Publish to S3

config = Publishex.Config.build([
  directory: "doc",
  adapter_opts: [bucket: "your.s3.bucket", region: "us-west-1", access_key_id: "access_key_id", secret_access_key: "secret_access_key"],
])
Publishex.Adapter.S3.publish(config)