Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creating dir #151

Closed
Xuanwo opened this issue Mar 16, 2022 · 7 comments
Closed

Support creating dir #151

Xuanwo opened this issue Mar 16, 2022 · 7 comments
Assignees

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Mar 16, 2022

Although s3 doesn‘t need to support creating dir, we need to keep fit with fs.

@D2Lark
Copy link
Contributor

D2Lark commented Mar 16, 2022

azblob also don‘t support create dir directly as well ,I thought maybe need
to create /a/b/c and delete object c

@Xuanwo
Copy link
Member Author

Xuanwo commented Mar 17, 2022

On object storage system like s3 and azblob, I think we can create an object ends with / like a/b/c/.

@D2Lark
Copy link
Contributor

D2Lark commented Mar 17, 2022

image
i just check azure cli and found this, so this function should work on azblob. sdk is too heavey i even don't want download aws sdk for rust

@Xuanwo
Copy link
Member Author

Xuanwo commented Mar 17, 2022

sdk is too heavey i even don't want download aws sdk for rust

That is why we are migrating to reqsign instead, let's make API simple again.

@Xuanwo Xuanwo self-assigned this Mar 18, 2022
@Xuanwo Xuanwo mentioned this issue Mar 18, 2022
4 tasks
@Xuanwo
Copy link
Member Author

Xuanwo commented Mar 23, 2022

I'm working on the design of creating new dir.

@Xuanwo
Copy link
Member Author

Xuanwo commented Apr 6, 2022

Should be addressed by proposal: #221

@Xuanwo
Copy link
Member Author

Xuanwo commented Apr 6, 2022

Fixed in #222

@Xuanwo Xuanwo closed this as completed Apr 6, 2022
@Xuanwo Xuanwo moved this to 📋 Backlog in Xuanwo's Work Sep 15, 2022
@Xuanwo Xuanwo moved this from 📋 Backlog to 📦 Done in Xuanwo's Work Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants