You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. go build -o ./alioss ./alioss && go test ./alioss/integration/...
69
-
69
+
1. Navigate to project's root folder and run the command below:
70
+
``` bash
71
+
go build -o ./alioss ./alioss && go test ./alioss/integration/...
72
+
```
70
73
- To run it from scratch; create a new bucket, run tests, delete the bucket
71
74
1. Create a user in your ali account and add policy `AliyunOSSFullAccess`, or restrict the users with more granular policies like `oss:CreateBucket`, `oss:DeleteBucket` etc.
0 commit comments