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
At this point, the objects in test-public-bucket are accessible via direct links:
86
85
87
-
```
88
-
> s3cmd --configure
86
+
```console
87
+
$s3cmd --configure
89
88
90
89
Enter new values or accept defaults in brackets with Enter.
91
90
Refer to user manual for detailed description of all options.
@@ -133,15 +132,15 @@ And then confirm.
133
132
134
133
__IMPORTANT__: The configuration is not complete yet.
135
134
136
-
```
137
-
> s3cmd ls s3://test-bucket
135
+
```console
136
+
$s3cmd ls s3://test-bucket
138
137
ERROR: S3 error: 403 (SignatureDoesNotMatch)
139
138
```
140
139
141
140
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
141
143
142
```console
144
-
~ $ cat .s3cfg | grep signature_v2
143
+
$ cat .s3cfg | grep signature_v2
145
144
signature_v2 = True
146
145
147
146
$ s3cmd ls s3://test-bucket
@@ -152,6 +151,33 @@ $ s3cmd ls s3://test-bucket
152
151
153
152
#### Configuration
154
153
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.
154
+
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