Files
medusa-store/packages/medusa-file-s3
IgorKhomenko b6c08cbbfe fix(medusa-file-s3): Update key formation to use timestamp (#3601)
* Update medusa-file-s3 key formation to use timestamp

* added missing import

---------

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-03-28 12:23:44 +02:00
..

medusa-file-s3

Upload files to an AWS S3 bucket.

Learn more about how you can use this plugin in the documentaion.

Options

{
  s3_url: "https://s3-guide-test.s3.eu-west-1.amazonaws.com",
  bucket: "test",
  region: "eu-west-1"
  access_key_id: "YOUR-ACCESS-KEY",
  secret_access_key: "YOUR-SECRET-KEY",
  aws_config_object : {
    // object for aws config properties
  }
}