Copy URL → S3 URL creates useless S3 urls #16550
Replies: 1 comment 1 reply
-
Unfortunately
but I can confirm the behaviour you describe. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately
but I can confirm the behaviour you describe. |
Beta Was this translation helpful? Give feedback.
-
In some cases, when the path to an object contains.. for example symbol
=
, Cyberduck apply url encoding, and url becomes useless foraws s3
terminal client.For example, I get smt like this
s3://my-bucket/data/created%3D1731594551758/bucket%3D8/part-file-f07925cf0d0c.c000.snappy.parquet
should be
s3://my-bucket/data/created=1731594551758/bucket=8/part-file-f07925cf0d0c.c000.snappy.parquet
quick googling did not show that s3 urls should correspond to URI standard(I asked gemini, so I am not fully sure), but even if it should, encoded S3 URL points to nowhere for
aws s3
command line utility, i.e. it is completely useless.Beta Was this translation helpful? Give feedback.
All reactions