Skip to content

Commit 59ad079

Browse files
authored
Merge pull request #165 from amoeba/spaces-fixes
Spaces fixes
2 parents 9b28cd4 + 81ded52 commit 59ad079

28 files changed

+636
-138
lines changed

NAMESPACE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ export(sizes)
189189
export(snapshot)
190190
export(snapshot_delete)
191191
export(snapshots)
192+
export(space_files)
193+
export(space_list)
194+
export(space_location)
195+
export(space_size)
192196
export(spaces)
193197
export(spaces_acl_get)
194198
export(spaces_acl_put)
@@ -215,9 +219,6 @@ export(volume_resize)
215219
export(volume_snapshot_create)
216220
export(volume_snapshots)
217221
export(volumes)
218-
importFrom(aws.s3,bucketlist)
219-
importFrom(aws.s3,get_bucket)
220-
importFrom(aws.s3,put_bucket)
221222
importFrom(httr,GET)
222223
importFrom(httr,HEAD)
223224
importFrom(httr,POST)

0 commit comments

Comments
 (0)