Author Topic: PM Uploader S3 - generic  (Read 2284 times)

Offline IngoThierack

  • Newcomer
  • *
  • Posts: 7
    • View Profile
PM Uploader S3 - generic
« on: April 19, 2019, 03:24:57 AM »
Hello,
is there a possibility to make the s3 upload more generic, so it can be used also with s3 compatible services?
I personally use the minio-server (https://min.io/) as a backend for some kind distribution. I think, you should now more cloud-storages than only Amazon S3, even it's the biggest, but also the most expensive :(
For my minioserver as target, i need only the possibility to specify the target server. Everything else should be the same as for Amazon S3, you can also use the Amazon S3 client to work with minio.

Regards,
Ingo

Offline Jerry H

  • Camera Bits Staff
  • Full Member
  • *****
  • Posts: 229
    • View Profile
    • Camera Bits, Inc.
Re: PM Uploader S3 - generic
« Reply #1 on: April 19, 2019, 11:40:10 AM »
I believe there is a way to force a custom endpoint into the Amazon S3 SDK that we're using. I'll look into it further at a later time.

-Jerry