You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix this, it is necessary to edit the `.s3cfg` file, normally located in the user's home directory, and change the `signature_v2` setting to true.
142
142
143
-
```console
144
-
~ $ cat .s3cfg | grep signature_v2
143
+
```
144
+
> cat .s3cfg | grep signature_v2
145
145
signature_v2 = True
146
146
147
-
$s3cmd ls s3://test-bucket
147
+
> s3cmd ls s3://test-bucket
148
148
2024-12-09 08:05 15 s3://test-bucket/file.txt
149
149
```
150
150
151
151
### Cyberduck
152
152
153
153
#### Configuration
154
154
155
-
In order to be able to connect to the S3 endpoint using Cyberduck, a profile supporting path-style requests must be downloaded from here.
155
+
In order to be able to connect to the S3 endpoint using Cyberduck, a profile supporting path-style requests must be downloaded from [here](https://profiles.cyberduck.io/S3%20(Deprecated%20path%20style%20requests).cyberduckprofile) or copied from below.
0 commit comments