ftpserver icon indicating copy to clipboard operation
ftpserver copied to clipboard

can't list S3 remotes

Open dyipon opened this issue 3 years ago • 2 comments

Hi,

im using scaleway's s3 solution as remote backend:

    "fs": "s3",                                                                                                                                                
         "params": {                                                                                                                                             
            "endpoint": "https://s3.fr-par.scw.cloud",                                                                                                           
            "region": "fr-par",                                                                                                                                  
            "bucket": "ftpserver",                                                                                                                               
            "access_key_id": "SCWxxx",                                                                                                             
            "secret_access_key": "xxxx,                                                                                         
            "disable_ssl": "true",                                                                                                                               
            "path_style": "true"                                                                                                                                 
         }  ,           

Unfortunately a simple ls command show nothing: image

Is there any advice which can help?

thanks

dyipon avatar Aug 20 '22 18:08 dyipon

any help on that? have the same issue :(

AOE-Review-Backend avatar Feb 08 '23 15:02 AOE-Review-Backend

I've the same error on AWS... edit: looks like related to this: https://github.com/fclairamb/afero-s3/pull/393

flibustenet avatar Mar 26 '23 14:03 flibustenet