AI and DS Skills

Putting dataset into Bucket in IBM Cloud

  • 1.  Putting dataset into Bucket in IBM Cloud

    Posted Mon August 19, 2019 09:19 AM
    For my coursework in "Python for Datascience and AI", While trying to put the dataset into a bucket in the IBMcloud using the command
    resource.Bucket(name= Bucket_Name).put_object(Key= 'index.html',  Body= f.read())

    I get the error:

    NoSuchKey: An error occurred (NoSuchKey) when calling the PutObject operation: The specified key does not exist.
    
    
    Could anyone help here? 


    ------------------------------
    Suraj Tamrakar
    ------------------------------

    #AIandDSSkills
    #AICertificate