~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to s3tools/src/s3client.h

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-03-30 12:40:01 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120330124001-ze0lhxm5uwq2e3mo
Tags: 3.4.2-2
Added patch to handle a missing CFLAGS variable in Python's sysconfig
report (Closes: #661658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        struct list *metadata;
65
65
};
66
66
 
 
67
int s3_set_endpoint(const char *target);
 
68
 
67
69
int s3_mk_bucket(char* bucketname, enum amz_base_perm perms, const char* access_key_id, const char* access_key);
68
70
int s3_rm_bucket(char* bucketname, const char* access_key_id, const char* access_key);
69
71
int s3_ls_bucket(char* bucketname, struct list* dirent, const char* access_key_id, const char* access_key);