bucket name does not follow Amazon S3 standards.

前言

最近项目上使用minio上传文件,但是目录要有层级结构

错误如下:


java.lang.IllegalArgumentException: ceshi/2023-4/14 : bucket name does not follow Amazon S3 standards. For more information refer http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
	at io.minio.BucketArgs$Builder.

猜你喜欢

转载自blog.csdn.net/qq_32370913/article/details/130148372