Code Monkey home page Code Monkey logo

Comments (7)

ashishdhingra avatar ashishdhingra commented on September 28, 2024

@desdoades Good morning. Thanks for reporting the issue. Could you please share if you are using AWS S3 service or simulated service that mimics S3?

Thanks,
Ashish

EDIT: Looks like you are using CEPH S3 service.

from aws-sdk-net.

ashishdhingra avatar ashishdhingra commented on September 28, 2024

Need reproduction with actual AWS S3 service.

from aws-sdk-net.

ashishdhingra avatar ashishdhingra commented on September 28, 2024

@desdoades Good afternoon. Please confirm if your bucket is named 11213ef55:mybucket. AWS S3 console doesn't allow : (colon) character in bucket name. I'm unsure how CEPH S3 service is allowing it. So it appears be an issue with CEPH S3 side, not SDK side since : is not a valid character in bucket name.

Thanks,
Ashish

from aws-sdk-net.

desdoades avatar desdoades commented on September 28, 2024

Dear @ashishdhingra,

we are not using AWS S3 but netways S3 which uses ceph. As I said it does not have the bucketname in the subdomain but in the path.
Our actual bucket is not named 11213ef55:mybucket but very similar, so it does contain a colon.

from aws-sdk-net.

ashishdhingra avatar ashishdhingra commented on September 28, 2024

Dear @ashishdhingra,

we are not using AWS S3 but netways S3 which uses ceph. As I said it does not have the bucketname in the subdomain but in the path. Our actual bucket is not named 11213ef55:mybucket but very similar, so it does contain a colon.

@desdoades Thanks for the reply. As mentioned in my previous comment, colon : character is not supported in AWS bucket names. The colon : is a reserved character in a URL and it has a special meaning in identifying the protocol used in the URL (http:, https:, ftp: etc.). However, you can still add a colon in other parts of a URL by using URL encoding. URL encoding is a process of converting reserved characters into their corresponding hexadecimal code so that they can be safely transmitted over the internet.

Please contact Ceph S3 support to handle this character at their end (this may be as simple as decoding the URL before processing various segments).

Thanks,
Ashish

from aws-sdk-net.

desdoades avatar desdoades commented on September 28, 2024

Dear @ashishdhingra,

While AWS might not support them many site allow colons in the URL.
Still thank you, I understand you wont do anything about it. I will try to reach our ceph S3 support.

from aws-sdk-net.

github-actions avatar github-actions commented on September 28, 2024

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

from aws-sdk-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.