serverless-client-s3
serverless-client-s3 copied to clipboard
client path issues
After deployment, all the files are directly copied to bucket root and no folder structure made it. This breaks the index.html paths. Can we deploy the same folder structure directly to bucket?
ok, I modified line 270 to < Key: fileKey.replace(//g, '/'),> to create objects inside folder style. By default it's adding \ (backslash) so I replaced it with (/) forward slash.