-
Hi!
Going through the codebase (with the s3 regex for getting the endpoint and a tightly coupled integration with the aws sdk), I assume that there is no way to setup a custom s3 backend at the mom…
-
Hello guys:
~~我们使用的是私有云环境,这个环境提供了兼容 Amazon S3 的 API,但是 juicefs 不能使用自定义的 s3 存储 url,建议增加对这个功能的支持,谢谢~~
We are using a private cloud environment, which provides an API compatible with Amazon S3; but J…
-
**What happened**:
On A、B server,installed juicefs 0.17.0, mounted region buckets and looply executed open-write-close temp.txt test program parallel. (see attachment)
And at the same time, …
-
本地编译预览这个文件的时候右侧面包屑无法显示
```
---
title: "作用与特点"
description: 作用与特点
draft: false
weight: 35
---
# IAM 的作用与特点
## 共享访问
您可以通过配置 IAM ,向您的 QingCloud 资源或其他 QingCloud 账户授予权限来管理和使用您账户中的资源,而不必共享您的…
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
## 历史帖
- [谁在…
-
I tried to remove all objects from my bucket by rm -r, but got panic:
```
goroutine 1909 [sync.Cond.Wait]:
runtime.goparkunlock(...)
/usr/local/go/src/runtime/proc.go:310
sync.runtime_notifyListW…
-
On pek3 region, I can't create volume or create volume from snapshot at pek3c or pek3d through QingCloud Go SDK even though I set the zone parameter in CreateVolumeInput and CreateVolumeFromSnapshotIn…
-
We can get the zone ID of a instance through `describe-instances` command of QingCloud CLI.
```
# qingcloud iaas describe-instances -i i-bgvzf0a2 -z ap2a -V 1
{
"action": "DescribeInstancesRespo…
-
We can specify zone id when calling `create-volume-from-snapshot` in QingCloud CLI. The zone parameter is useful in region.
```
# qingcloud iaas create-volume-from-snapshot -h
usage: qingcloud iaas…
-
https://github.com/yunify/qingcloud-sdk-go/blob/ac222d4999629785bf5ca28344fadd65d9d5efb3/service/types.go#L997-L1027