Skip to content

Commit

Permalink
solve api customer s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 13, 2024
1 parent 255007c commit a642545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress/api_customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (o *compress) GetCredentials() (*Credential, error) {
*/
func (o *compress) GetCustomerS3Zone() (*CustomerS3, error) {
//
resp, err := o.restyPost(GET_ZONE(), BaseModel{ClientId: o.GetCliendId(),)
resp, err := o.restyPost(GET_ZONE(), BaseModel{ClientId: o.GetCliendId(), ApiKey: o.apiKey} )
if err != nil {
return nil, err
}
Expand Down

0 comments on commit a642545

Please sign in to comment.