use aws-sdk-php to store files on s3 bucket in ESPO CRM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhilash.kumar.niit
    Member
    • Sep 2024
    • 89

    use aws-sdk-php to store files on s3 bucket in ESPO CRM

    Hi,

    Can we use the below given package to store the files on s3. As i do not want to put the s3 bucket credentials in the config files.



  • yuri
    Member
    • Mar 2014
    • 8870

    #2
    Hi,

    The lib is very bloated. We didn't want to use it. The app initialization would take longer. Maybe there's a way to achieve what you need with the League's library?

    How the credentials are supposed to be stored if not in a file?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • abhilash.kumar.niit
      abhilash.kumar.niit commented
      Editing a comment
      Hi,

      i hava a project built in laravel.There i do not store any s3 credentials in the files or db it is directly controlled by the s3 secret manager so that the security doen't compromise as we do not store the keys and secret . can we have same way here as well?
  • yuri
    Member
    • Mar 2014
    • 8870

    #3
    Here's the docs for AsyncAws, the library we use: https://async-aws.com/clients/s3.html
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8870

      #4
      How authentication in AsyncAws works: https://async-aws.com/authentication...tication-works
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...