S3 Logs
Anonymous
FREEOP

3 months ago

I just uploaded to the S3 and found that the response is ok, but there are no items in my bucket.
Using Laravel, and here is the code:
`

Storage::disk('s3')->putFileAs(
                dirname($path),
                $file,
                basename($path),
                $options
            )

How to access the logs?
Checked with the same creds and can list the files. So creds are ok.

0 Replies

Status changed to Awaiting User Response Railway 3 months ago


Loading...