package com.jilongda.manage.component;
|
|
/**
|
* @author xiaochen
|
* @ClassName AliOss
|
* @Description
|
* @date 2020-04-15 10:23
|
*/
|
public class AliOssMange {
|
/**
|
* 请填写您的AccessKeyId。LTAI5tPbJsVfBZZTPqPe8A2r
|
*/
|
public static final String accessKeyId = "LTAI5tM6Ln3ukAeo9euZ8RUG";
|
/**
|
* 请填写您的AccessKeySecret。
|
*/
|
public static final String accessKeySecret = "MGAnBeOKjjQNogFJEFsPVCdF57vsTw";
|
/**
|
* 请填写您的 endpoint。
|
*/
|
public static final String endpoint = "oss-cn-shenzhen.aliyuncs.com";
|
/**
|
* 请填写您的 bucketname 。
|
*/
|
public static final String bucketName = "yandu66";
|
/**
|
* host的格式为 bucketname.endpoint
|
*/
|
public static final String host = "https://yandu66.oss-cn-shenzhen.aliyuncs.com";
|
|
public static String dir = "eyes/";
|
|
}
|